Html Css Color HEX #E06522 Chocolate

📋 copy color: '#E06522'

red 224 ◦ green 101 ◦ blue 34

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

Shades of Chocolate #E06522

Tints of Chocolate #E06522

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.13%

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

R = 62.4%
G = 28.13%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E06522 (or 0xE06522) is known color: Chocolate. HEX triplet: E0, 65 and 22. RGB value is (224,101,34). Sum of RGB (Red+Green+Blue) = 224+101+34=359 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.40% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 34 (13.67% from 255 or 9.47% from 359); Max value from RGB is 224 - color contains mainly: red. Hex color #E06522 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06522 is #1F9ADD. Grayscale: #828282. Windows color (decimal): -2071262 or 2254304. OLE color: 2254304.

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

Color convert

RGB 224 101 34 -
CMYK 0 0.55 0.85 0.12
HSL 21.16º 0.75% 0.51% -
HSV(B) 21.16º 0.85% 0.88% -
XYZ 35.68 25.27 4.51 -
YUV 130.14 73.75 194.95 -
System Red Green Blue C M Y K H S L
Decimal 224 101 34 0 0.55 0.85 0.12 21.16 0.75 0.51
Hex E0 65 22 0 37 55 C 15 4B 33
Octal 340 145 42 0 67 125 14 25 113 63
Binary 11100000 1100101 100010 0 110111 1010101 1100 10101 1001011 110011

Color Harmonies of #E06522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06522

Black with #E06522

Text Example


Text Example

White with #E06522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06522; }

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

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

background-color css

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

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

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

border-color css

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

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

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