Html Css Color HEX #E08116 Carrot Orange

📋 copy color: '#E08116'

red 224 ◦ green 129 ◦ blue 22

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

Shades of Carrot Orange #E08116

Tints of Carrot Orange #E08116

RGB

 RED value IS 224 (87.89% from 255) = 59.73%

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

 BLUE value IS 22 (8.98% from 255) = 5.87%

R = 59.73%
G = 34.4%
B = 5.87%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#E08116 (or 0xE08116) is known color: Carrot Orange. HEX triplet: E0, 81 and 16. RGB value is (224,129,22). Sum of RGB (Red+Green+Blue) = 224+129+22=375 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.73% from 375); Green value is 129 (50.78% from 255 or 34.4% from 375); Blue value is 22 (8.98% from 255 or 5.87% from 375); Max value from RGB is 224 - color contains mainly: red. Hex color #E08116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08116 is #1F7EE9. Grayscale: #919191. Windows color (decimal): -2064106 or 1475040. OLE color: 1475040.

HSL color Cylindrical-coordinate representation of color #E08116: hue angle of 31.78º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E08116 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 129 22 -
CMYK 0 0.42 0.90 0.12
HSL 31.78º 0.82% 0.48% -
HSV(B) 31.78º 0.9% 0.88% -
XYZ 38.74 31.61 4.82 -
YUV 145.21 58.47 184.2 -
System Red Green Blue C M Y K H S L
Decimal 224 129 22 0 0.42 0.90 0.12 31.78 0.82 0.48
Hex E0 81 16 0 2A 5A C 20 52 30
Octal 340 201 26 0 52 132 14 40 122 60
Binary 11100000 10000001 10110 0 101010 1011010 1100 100000 1010010 110000

Color Harmonies of #E08116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08116

Black with #E08116

Text Example


Text Example

White with #E08116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08116; }

 p { color: rgb(224,129,22); }

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

background-color css

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

 a { background-color: rgb(224,129,22); }

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

border-color css

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

 span { border-color: rgb(224,129,22); }

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