Html Css Color HEX #EF8E15 Carrot Orange

📋 copy color: '#EF8E15'

red 239 ◦ green 142 ◦ blue 21

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

Shades of Carrot Orange #EF8E15

Tints of Carrot Orange #EF8E15

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.32%

 BLUE value IS 21 (8.59% from 255) = 5.22%

R = 59.45%
G = 35.32%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#EF8E15 (or 0xEF8E15) is known color: Carrot Orange. HEX triplet: EF, 8E and 15. RGB value is (239,142,21). Sum of RGB (Red+Green+Blue) = 239+142+21=402 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.45% from 402); Green value is 142 (55.86% from 255 or 35.32% from 402); Blue value is 21 (8.59% from 255 or 5.22% from 402); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8E15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8E15 is #1071EA. Grayscale: #9D9D9D. Windows color (decimal): -1077739 or 1412847. OLE color: 1412847.

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

Color convert

RGB 239 142 21 -
CMYK 0 0.41 0.91 0.06
HSL 33.3º 0.87% 0.51% -
HSV(B) 33.3º 0.91% 0.94% -
XYZ 45.4 37.75 5.6 -
YUV 157.21 51.14 186.34 -
System Red Green Blue C M Y K H S L
Decimal 239 142 21 0 0.41 0.91 0.06 33.3 0.87 0.51
Hex EF 8E 15 0 29 5B 6 21 57 33
Octal 357 216 25 0 51 133 6 41 127 63
Binary 11101111 10001110 10101 0 101001 1011011 110 100001 1010111 110011

Color Harmonies of #EF8E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8E15

Black with #EF8E15

Text Example


Text Example

White with #EF8E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8E15; }

 p { color: rgb(239,142,21); }

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

background-color css

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

 a { background-color: rgb(239,142,21); }

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

border-color css

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

 span { border-color: rgb(239,142,21); }

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