Html Css Color HEX #EF8C18 Carrot Orange

📋 copy color: '#EF8C18'

red 239 ◦ green 140 ◦ blue 24

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

Shades of Carrot Orange #EF8C18

Tints of Carrot Orange #EF8C18

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.74%

 BLUE value IS 24 (9.77% from 255) = 5.96%

R = 59.31%
G = 34.74%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EF8C18 (or 0xEF8C18) is known color: Carrot Orange. HEX triplet: EF, 8C and 18. RGB value is (239,140,24). Sum of RGB (Red+Green+Blue) = 239+140+24=403 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.31% from 403); Green value is 140 (55.08% from 255 or 34.74% from 403); Blue value is 24 (9.77% from 255 or 5.96% from 403); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8C18 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8C18 is #1073E7. Grayscale: #9C9C9C. Windows color (decimal): -1078248 or 1608943. OLE color: 1608943.

HSL color Cylindrical-coordinate representation of color #EF8C18: hue angle of 32.37º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF8C18 is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 140 24 -
CMYK 0 0.41 0.90 0.06
HSL 32.37º 0.87% 0.52% -
HSV(B) 32.37º 0.9% 0.94% -
XYZ 45.14 37.17 5.66 -
YUV 156.38 53.3 186.93 -
System Red Green Blue C M Y K H S L
Decimal 239 140 24 0 0.41 0.90 0.06 32.37 0.87 0.52
Hex EF 8C 18 0 29 5A 6 20 57 34
Octal 357 214 30 0 51 132 6 40 127 64
Binary 11101111 10001100 11000 0 101001 1011010 110 100000 1010111 110100

Color Harmonies of #EF8C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8C18

Black with #EF8C18

Text Example


Text Example

White with #EF8C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8C18; }

 p { color: rgb(239,140,24); }

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

background-color css

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

 a { background-color: rgb(239,140,24); }

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

border-color css

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

 span { border-color: rgb(239,140,24); }

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