Html Css Color HEX #EF8115 Carrot Orange

📋 copy color: '#EF8115'

red 239 ◦ green 129 ◦ blue 21

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

Shades of Carrot Orange #EF8115

Tints of Carrot Orange #EF8115

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.16%

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

R = 61.44%
G = 33.16%
B = 5.4%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#EF8115 (or 0xEF8115) is known color: Carrot Orange. HEX triplet: EF, 81 and 15. RGB value is (239,129,21). Sum of RGB (Red+Green+Blue) = 239+129+21=389 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.44% from 389); Green value is 129 (50.78% from 255 or 33.16% from 389); Blue value is 21 (8.59% from 255 or 5.40% from 389); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8115 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8115 is #107EEA. Grayscale: #969696. Windows color (decimal): -1081067 or 1409519. OLE color: 1409519.

HSL color Cylindrical-coordinate representation of color #EF8115: hue angle of 29.72º 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 #EF8115 is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 129 21 -
CMYK 0 0.46 0.91 0.06
HSL 29.72º 0.87% 0.51% -
HSV(B) 29.72º 0.91% 0.94% -
XYZ 43.58 34.11 5 -
YUV 149.58 55.44 191.78 -
System Red Green Blue C M Y K H S L
Decimal 239 129 21 0 0.46 0.91 0.06 29.72 0.87 0.51
Hex EF 81 15 0 2E 5B 6 1E 57 33
Octal 357 201 25 0 56 133 6 36 127 63
Binary 11101111 10000001 10101 0 101110 1011011 110 11110 1010111 110011

Color Harmonies of #EF8115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8115

Black with #EF8115

Text Example


Text Example

White with #EF8115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8115; }

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

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

background-color css

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

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

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

border-color css

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

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

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