Html Css Color HEX #E08214 Carrot Orange

📋 copy color: '#E08214'

red 224 ◦ green 130 ◦ blue 20

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

Shades of Carrot Orange #E08214

Tints of Carrot Orange #E08214

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.76%

 BLUE value IS 20 (8.2% from 255) = 5.35%

R = 59.89%
G = 34.76%
B = 5.35%

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

#E08214 (or 0xE08214) is known color: Carrot Orange. HEX triplet: E0, 82 and 14. RGB value is (224,130,20). Sum of RGB (Red+Green+Blue) = 224+130+20=374 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.89% from 374); Green value is 130 (51.17% from 255 or 34.76% from 374); Blue value is 20 (8.20% from 255 or 5.35% from 374); Max value from RGB is 224 - color contains mainly: red. Hex color #E08214 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08214 is #1F7DEB. Grayscale: #929292. Windows color (decimal): -2063852 or 1344224. OLE color: 1344224.

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

Color convert

RGB 224 130 20 -
CMYK 0 0.42 0.91 0.12
HSL 32.35º 0.84% 0.48% -
HSV(B) 32.35º 0.91% 0.88% -
XYZ 38.85 31.86 4.76 -
YUV 145.57 57.14 183.94 -
System Red Green Blue C M Y K H S L
Decimal 224 130 20 0 0.42 0.91 0.12 32.35 0.84 0.48
Hex E0 82 14 0 2A 5B C 20 54 30
Octal 340 202 24 0 52 133 14 40 124 60
Binary 11100000 10000010 10100 0 101010 1011011 1100 100000 1010100 110000

Color Harmonies of #E08214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08214

Black with #E08214

Text Example


Text Example

White with #E08214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08214; }

 p { color: rgb(224,130,20); }

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

background-color css

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

 a { background-color: rgb(224,130,20); }

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

border-color css

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

 span { border-color: rgb(224,130,20); }

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