Html Css Color HEX #E08222 Carrot Orange

📋 copy color: '#E08222'

red 224 ◦ green 130 ◦ blue 34

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

Shades of Carrot Orange #E08222

Tints of Carrot Orange #E08222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.76%

R = 57.73%
G = 33.51%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E08222 (or 0xE08222) is known color: Carrot Orange. HEX triplet: E0, 82 and 22. RGB value is (224,130,34). Sum of RGB (Red+Green+Blue) = 224+130+34=388 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.73% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 34 (13.67% from 255 or 8.76% from 388); Max value from RGB is 224 - color contains mainly: red. Hex color #E08222 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08222 is #1F7DDD. Grayscale: #939393. Windows color (decimal): -2063838 or 2261728. OLE color: 2261728.

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

Color convert

RGB 224 130 34 -
CMYK 0 0.42 0.85 0.12
HSL 30.32º 0.75% 0.51% -
HSV(B) 30.32º 0.85% 0.88% -
XYZ 39.01 31.93 5.62 -
YUV 147.16 64.14 182.81 -
System Red Green Blue C M Y K H S L
Decimal 224 130 34 0 0.42 0.85 0.12 30.32 0.75 0.51
Hex E0 82 22 0 2A 55 C 1E 4B 33
Octal 340 202 42 0 52 125 14 36 113 63
Binary 11100000 10000010 100010 0 101010 1010101 1100 11110 1001011 110011

Color Harmonies of #E08222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08222

Black with #E08222

Text Example


Text Example

White with #E08222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08222; }

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

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

background-color css

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

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

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

border-color css

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

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

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