Html Css Color HEX #E08415 Carrot Orange

📋 copy color: '#E08415'

red 224 ◦ green 132 ◦ blue 21

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

Shades of Carrot Orange #E08415

Tints of Carrot Orange #E08415

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.01%

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

R = 59.42%
G = 35.01%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E08415 (or 0xE08415) is known color: Carrot Orange. HEX triplet: E0, 84 and 15. RGB value is (224,132,21). Sum of RGB (Red+Green+Blue) = 224+132+21=377 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.42% from 377); Green value is 132 (51.95% from 255 or 35.01% from 377); Blue value is 21 (8.59% from 255 or 5.57% from 377); Max value from RGB is 224 - color contains mainly: red. Hex color #E08415 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08415 is #1F7BEA. Grayscale: #939393. Windows color (decimal): -2063339 or 1410272. OLE color: 1410272.

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

Color convert

RGB 224 132 21 -
CMYK 0 0.41 0.91 0.12
HSL 32.81º 0.83% 0.48% -
HSV(B) 32.81º 0.91% 0.88% -
XYZ 39.13 32.4 4.9 -
YUV 146.85 56.98 183.03 -
System Red Green Blue C M Y K H S L
Decimal 224 132 21 0 0.41 0.91 0.12 32.81 0.83 0.48
Hex E0 84 15 0 29 5B C 21 53 30
Octal 340 204 25 0 51 133 14 41 123 60
Binary 11100000 10000100 10101 0 101001 1011011 1100 100001 1010011 110000

Color Harmonies of #E08415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08415

Black with #E08415

Text Example


Text Example

White with #E08415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08415; }

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

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

background-color css

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

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

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

border-color css

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

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

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