Html Css Color HEX #E08412 Carrot Orange

📋 copy color: '#E08412'

red 224 ◦ green 132 ◦ blue 18

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

Shades of Carrot Orange #E08412

Tints of Carrot Orange #E08412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.81%

R = 59.89%
G = 35.29%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E08412 (or 0xE08412) is known color: Carrot Orange. HEX triplet: E0, 84 and 12. RGB value is (224,132,18). Sum of RGB (Red+Green+Blue) = 224+132+18=374 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.89% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 18 (7.42% from 255 or 4.81% from 374); Max value from RGB is 224 - color contains mainly: red. Hex color #E08412 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08412 is #1F7BED. Grayscale: #939393. Windows color (decimal): -2063342 or 1213664. OLE color: 1213664.

HSL color Cylindrical-coordinate representation of color #E08412: hue angle of 33.2º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E08412 is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 132 18 -
CMYK 0 0.41 0.92 0.12
HSL 33.2º 0.85% 0.47% -
HSV(B) 33.2º 0.92% 0.88% -
XYZ 39.1 32.39 4.76 -
YUV 146.51 55.48 183.27 -
System Red Green Blue C M Y K H S L
Decimal 224 132 18 0 0.41 0.92 0.12 33.2 0.85 0.47
Hex E0 84 12 0 29 5C C 21 55 2F
Octal 340 204 22 0 51 134 14 41 125 57
Binary 11100000 10000100 10010 0 101001 1011100 1100 100001 1010101 101111

Color Harmonies of #E08412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08412

Black with #E08412

Text Example


Text Example

White with #E08412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08412; }

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

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

background-color css

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

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

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

border-color css

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

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

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