Html Css Color HEX #E08115 Carrot Orange

📋 copy color: '#E08115'

red 224 ◦ green 129 ◦ blue 21

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

Shades of Carrot Orange #E08115

Tints of Carrot Orange #E08115

RGB

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

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

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

R = 59.89%
G = 34.49%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E08115 (or 0xE08115) is known color: Carrot Orange. HEX triplet: E0, 81 and 15. RGB value is (224,129,21). Sum of RGB (Red+Green+Blue) = 224+129+21=374 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.89% from 374); Green value is 129 (50.78% from 255 or 34.49% from 374); Blue value is 21 (8.59% from 255 or 5.61% from 374); Max value from RGB is 224 - color contains mainly: red. Hex color #E08115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08115 is #1F7EEA. Grayscale: #919191. Windows color (decimal): -2064107 or 1409504. OLE color: 1409504.

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

Color convert

RGB 224 129 21 -
CMYK 0 0.42 0.91 0.12
HSL 31.92º 0.83% 0.48% -
HSV(B) 31.92º 0.91% 0.88% -
XYZ 38.73 31.6 4.77 -
YUV 145.09 57.97 184.28 -
System Red Green Blue C M Y K H S L
Decimal 224 129 21 0 0.42 0.91 0.12 31.92 0.83 0.48
Hex E0 81 15 0 2A 5B C 20 53 30
Octal 340 201 25 0 52 133 14 40 123 60
Binary 11100000 10000001 10101 0 101010 1011011 1100 100000 1010011 110000

Color Harmonies of #E08115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08115

Black with #E08115

Text Example


Text Example

White with #E08115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08115; }

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

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

background-color css

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

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

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

border-color css

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

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

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