Html Css Color HEX #E08425 Carrot Orange

📋 copy color: '#E08425'

red 224 ◦ green 132 ◦ blue 37

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

Shades of Carrot Orange #E08425

Tints of Carrot Orange #E08425

RGB

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

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

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

R = 57%
G = 33.59%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E08425 (or 0xE08425) is known color: Carrot Orange. HEX triplet: E0, 84 and 25. RGB value is (224,132,37). Sum of RGB (Red+Green+Blue) = 224+132+37=393 (52% of max value = 765). Red value is 224 (87.89% from 255 or 57.00% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 37 (14.84% from 255 or 9.41% from 393); Max value from RGB is 224 - color contains mainly: red. Hex color #E08425 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08425 is #1F7BDA. Grayscale: #959595. Windows color (decimal): -2063323 or 2458848. OLE color: 2458848.

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

Color convert

RGB 224 132 37 -
CMYK 0 0.41 0.83 0.12
HSL 30.48º 0.75% 0.51% -
HSV(B) 30.48º 0.83% 0.88% -
XYZ 39.33 32.48 5.95 -
YUV 148.68 64.98 181.72 -
System Red Green Blue C M Y K H S L
Decimal 224 132 37 0 0.41 0.83 0.12 30.48 0.75 0.51
Hex E0 84 25 0 29 53 C 1E 4B 33
Octal 340 204 45 0 51 123 14 36 113 63
Binary 11100000 10000100 100101 0 101001 1010011 1100 11110 1001011 110011

Color Harmonies of #E08425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08425

Black with #E08425

Text Example


Text Example

White with #E08425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08425; }

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

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

background-color css

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

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

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

border-color css

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

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

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