Html Css Color HEX #EF952A Carrot Orange

📋 copy color: '#EF952A'

red 239 ◦ green 149 ◦ blue 42

#EF952A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carrot Orange #EF952A

Tints of Carrot Orange #EF952A

RGB

 RED value IS 239 (93.75% from 255) = 55.58%

 GREEN value IS 149 (58.59% from 255) = 34.65%

 BLUE value IS 42 (16.8% from 255) = 9.77%

R = 55.58%
G = 34.65%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.82

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EF952A (or 0xEF952A) is known color: Carrot Orange. HEX triplet: EF, 95 and 2A. RGB value is (239,149,42). Sum of RGB (Red+Green+Blue) = 239+149+42=430 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.58% from 430); Green value is 149 (58.59% from 255 or 34.65% from 430); Blue value is 42 (16.80% from 255 or 9.77% from 430); Max value from RGB is 239 - color contains mainly: red. Hex color #EF952A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF952A is #106AD5. Grayscale: #A4A4A4. Windows color (decimal): -1075926 or 2790895. OLE color: 2790895.

HSL color Cylindrical-coordinate representation of color #EF952A: hue angle of 32.59º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF952A is Cyan = 0, Magento = 0.38, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 149 42 -
CMYK 0 0.38 0.82 0.06
HSL 32.59º 0.86% 0.55% -
HSV(B) 32.59º 0.82% 0.94% -
XYZ 46.76 40.01 7.45 -
YUV 163.71 59.32 181.7 -
System Red Green Blue C M Y K H S L
Decimal 239 149 42 0 0.38 0.82 0.06 32.59 0.86 0.55
Hex EF 95 2A 0 26 52 6 21 56 37
Octal 357 225 52 0 46 122 6 41 126 67
Binary 11101111 10010101 101010 0 100110 1010010 110 100001 1010110 110111

Color Harmonies of #EF952A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF952A

Black with #EF952A

Text Example


Text Example

White with #EF952A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF952A; }

 p { color: rgb(239,149,42); }

 H1.HeaderClassName
 {
   color: #EF952A;
 }
 .AnyTagClassName
 {
   color: #EF952A;
 }
</style>

background-color css

<style>
 a { background-color: #EF952A; }

 a { background-color: rgb(239,149,42); }

 div.DivClassName
 {
   background-color: #EF952A;
 }
 .BgClassName
 {
   background-color: #EF952A;
 }
</style>

border-color css

<style>
 span { border-color: #EF952A; }

 span { border-color: rgb(239,149,42); }

 td.TdClassName
 {
   border-color: #EF952A;
 }
 .TagClassName
 {
   border-color: #EF952A;
 }
</style>