Html Css Color HEX #E08322 Carrot Orange

📋 copy color: '#E08322'

red 224 ◦ green 131 ◦ blue 34

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

Shades of Carrot Orange #E08322

Tints of Carrot Orange #E08322

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.68%

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

R = 57.58%
G = 33.68%
B = 8.74%

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

#E08322 (or 0xE08322) is known color: Carrot Orange. HEX triplet: E0, 83 and 22. RGB value is (224,131,34). Sum of RGB (Red+Green+Blue) = 224+131+34=389 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.58% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 34 (13.67% from 255 or 8.74% from 389); Max value from RGB is 224 - color contains mainly: red. Hex color #E08322 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08322 is #1F7CDD. Grayscale: #949494. Windows color (decimal): -2063582 or 2261984. OLE color: 2261984.

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

Color convert

RGB 224 131 34 -
CMYK 0 0.42 0.85 0.12
HSL 30.63º 0.75% 0.51% -
HSV(B) 30.63º 0.85% 0.88% -
XYZ 39.15 32.2 5.66 -
YUV 147.75 63.81 182.39 -
System Red Green Blue C M Y K H S L
Decimal 224 131 34 0 0.42 0.85 0.12 30.63 0.75 0.51
Hex E0 83 22 0 2A 55 C 1F 4B 33
Octal 340 203 42 0 52 125 14 37 113 63
Binary 11100000 10000011 100010 0 101010 1010101 1100 11111 1001011 110011

Color Harmonies of #E08322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08322

Black with #E08322

Text Example


Text Example

White with #E08322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08322; }

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

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

background-color css

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

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

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

border-color css

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

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

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