Html Css Color HEX #E08422 Carrot Orange

📋 copy color: '#E08422'

red 224 ◦ green 132 ◦ blue 34

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

Shades of Carrot Orange #E08422

Tints of Carrot Orange #E08422

RGB

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

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

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

R = 57.44%
G = 33.85%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E08422 (or 0xE08422) is known color: Carrot Orange. HEX triplet: E0, 84 and 22. RGB value is (224,132,34). Sum of RGB (Red+Green+Blue) = 224+132+34=390 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.44% from 390); Green value is 132 (51.95% from 255 or 33.85% from 390); Blue value is 34 (13.67% from 255 or 8.72% from 390); Max value from RGB is 224 - color contains mainly: red. Hex color #E08422 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08422 is #1F7BDD. Grayscale: #949494. Windows color (decimal): -2063326 or 2262240. OLE color: 2262240.

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

Color convert

RGB 224 132 34 -
CMYK 0 0.41 0.85 0.12
HSL 30.95º 0.75% 0.51% -
HSV(B) 30.95º 0.85% 0.88% -
XYZ 39.28 32.47 5.71 -
YUV 148.34 63.48 181.97 -
System Red Green Blue C M Y K H S L
Decimal 224 132 34 0 0.41 0.85 0.12 30.95 0.75 0.51
Hex E0 84 22 0 29 55 C 1F 4B 33
Octal 340 204 42 0 51 125 14 37 113 63
Binary 11100000 10000100 100010 0 101001 1010101 1100 11111 1001011 110011

Color Harmonies of #E08422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08422

Black with #E08422

Text Example


Text Example

White with #E08422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08422; }

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

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

background-color css

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

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

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

border-color css

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

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

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