Html Css Color HEX #EB5A20 Chocolate

📋 copy color: '#EB5A20'

red 235 ◦ green 90 ◦ blue 32

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

Shades of Chocolate #EB5A20

Tints of Chocolate #EB5A20

RGB

 RED value IS 235 (92.19% from 255) = 65.83%

 GREEN value IS 90 (35.55% from 255) = 25.21%

 BLUE value IS 32 (12.89% from 255) = 8.96%

R = 65.83%
G = 25.21%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EB5A20 (or 0xEB5A20) is known color: Chocolate. HEX triplet: EB, 5A and 20. RGB value is (235,90,32). Sum of RGB (Red+Green+Blue) = 235+90+32=357 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.83% from 357); Green value is 90 (35.55% from 255 or 25.21% from 357); Blue value is 32 (12.89% from 255 or 8.96% from 357); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5A20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB5A20 is #14A5DF. Grayscale: #7F7F7F. Windows color (decimal): -1353184 or 2120427. OLE color: 2120427.

HSL color Cylindrical-coordinate representation of color #EB5A20: hue angle of 17.14º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EB5A20 is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 90 32 -
CMYK 0 0.62 0.86 0.08
HSL 17.14º 0.84% 0.52% -
HSV(B) 17.14º 0.86% 0.92% -
XYZ 38.18 25.08 4.19 -
YUV 126.74 74.54 205.22 -
System Red Green Blue C M Y K H S L
Decimal 235 90 32 0 0.62 0.86 0.08 17.14 0.84 0.52
Hex EB 5A 20 0 3E 56 8 11 54 34
Octal 353 132 40 0 76 126 10 21 124 64
Binary 11101011 1011010 100000 0 111110 1010110 1000 10001 1010100 110100

Color Harmonies of #EB5A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5A20

Black with #EB5A20

Text Example


Text Example

White with #EB5A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5A20; }

 p { color: rgb(235,90,32); }

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

background-color css

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

 a { background-color: rgb(235,90,32); }

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

border-color css

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

 span { border-color: rgb(235,90,32); }

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