Html Css Color HEX #E08325 Carrot Orange

📋 copy color: '#E08325'

red 224 ◦ green 131 ◦ blue 37

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

Shades of Carrot Orange #E08325

Tints of Carrot Orange #E08325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.44%

R = 57.14%
G = 33.42%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E08325 (or 0xE08325) is known color: Carrot Orange. HEX triplet: E0, 83 and 25. RGB value is (224,131,37). Sum of RGB (Red+Green+Blue) = 224+131+37=392 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.14% from 392); Green value is 131 (51.56% from 255 or 33.42% from 392); Blue value is 37 (14.84% from 255 or 9.44% from 392); Max value from RGB is 224 - color contains mainly: red. Hex color #E08325 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08325 is #1F7CDA. Grayscale: #949494. Windows color (decimal): -2063579 or 2458592. OLE color: 2458592.

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

Color convert

RGB 224 131 37 -
CMYK 0 0.42 0.83 0.12
HSL 30.16º 0.75% 0.51% -
HSV(B) 30.16º 0.83% 0.88% -
XYZ 39.19 32.21 5.9 -
YUV 148.09 65.31 182.14 -
System Red Green Blue C M Y K H S L
Decimal 224 131 37 0 0.42 0.83 0.12 30.16 0.75 0.51
Hex E0 83 25 0 2A 53 C 1E 4B 33
Octal 340 203 45 0 52 123 14 36 113 63
Binary 11100000 10000011 100101 0 101010 1010011 1100 11110 1001011 110011

Color Harmonies of #E08325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08325

Black with #E08325

Text Example


Text Example

White with #E08325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08325; }

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

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

background-color css

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

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

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

border-color css

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

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

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