Html Css Color HEX #E08421 Carrot Orange

📋 copy color: '#E08421'

red 224 ◦ green 132 ◦ blue 33

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

Shades of Carrot Orange #E08421

Tints of Carrot Orange #E08421

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.48%

R = 57.58%
G = 33.93%
B = 8.48%

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

#E08421 (or 0xE08421) is known color: Carrot Orange. HEX triplet: E0, 84 and 21. RGB value is (224,132,33). Sum of RGB (Red+Green+Blue) = 224+132+33=389 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.58% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 33 (13.28% from 255 or 8.48% from 389); Max value from RGB is 224 - color contains mainly: red. Hex color #E08421 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08421 is #1F7BDE. Grayscale: #949494. Windows color (decimal): -2063327 or 2196704. OLE color: 2196704.

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

Color convert

RGB 224 132 33 -
CMYK 0 0.41 0.85 0.12
HSL 31.1º 0.75% 0.5% -
HSV(B) 31.1º 0.85% 0.88% -
XYZ 39.27 32.46 5.63 -
YUV 148.22 62.98 182.05 -
System Red Green Blue C M Y K H S L
Decimal 224 132 33 0 0.41 0.85 0.12 31.1 0.75 0.5
Hex E0 84 21 0 29 55 C 1F 4B 32
Octal 340 204 41 0 51 125 14 37 113 62
Binary 11100000 10000100 100001 0 101001 1010101 1100 11111 1001011 110010

Color Harmonies of #E08421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08421

Black with #E08421

Text Example


Text Example

White with #E08421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08421; }

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

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

background-color css

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

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

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

border-color css

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

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

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