Html Css Color HEX #E06125 Chocolate

📋 copy color: '#E06125'

red 224 ◦ green 97 ◦ blue 37

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

Shades of Chocolate #E06125

Tints of Chocolate #E06125

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.09%

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

R = 62.57%
G = 27.09%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E06125 (or 0xE06125) is known color: Chocolate. HEX triplet: E0, 61 and 25. RGB value is (224,97,37). Sum of RGB (Red+Green+Blue) = 224+97+37=358 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.57% from 358); Green value is 97 (38.28% from 255 or 27.09% from 358); Blue value is 37 (14.84% from 255 or 10.34% from 358); Max value from RGB is 224 - color contains mainly: red. Hex color #E06125 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06125 is #1F9EDA. Grayscale: #808080. Windows color (decimal): -2072283 or 2449888. OLE color: 2449888.

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

Color convert

RGB 224 97 37 -
CMYK 0 0.57 0.83 0.12
HSL 19.25º 0.75% 0.51% -
HSV(B) 19.25º 0.83% 0.88% -
XYZ 35.35 24.53 4.62 -
YUV 128.13 76.58 196.38 -
System Red Green Blue C M Y K H S L
Decimal 224 97 37 0 0.57 0.83 0.12 19.25 0.75 0.51
Hex E0 61 25 0 39 53 C 13 4B 33
Octal 340 141 45 0 71 123 14 23 113 63
Binary 11100000 1100001 100101 0 111001 1010011 1100 10011 1001011 110011

Color Harmonies of #E06125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06125

Black with #E06125

Text Example


Text Example

White with #E06125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06125; }

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

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

background-color css

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

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

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

border-color css

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

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

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