Html Css Color HEX #EA5C1C Chocolate

📋 copy color: '#EA5C1C'

red 234 ◦ green 92 ◦ blue 28

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

Shades of Chocolate #EA5C1C

Tints of Chocolate #EA5C1C

RGB

 RED value IS 234 (91.8% from 255) = 66.1%

 GREEN value IS 92 (36.33% from 255) = 25.99%

 BLUE value IS 28 (11.33% from 255) = 7.91%

R = 66.1%
G = 25.99%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EA5C1C (or 0xEA5C1C) is known color: Chocolate. HEX triplet: EA, 5C and 1C. RGB value is (234,92,28). Sum of RGB (Red+Green+Blue) = 234+92+28=354 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.10% from 354); Green value is 92 (36.33% from 255 or 25.99% from 354); Blue value is 28 (11.33% from 255 or 7.91% from 354); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5C1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5C1C is #15A3E3. Grayscale: #7F7F7F. Windows color (decimal): -1418212 or 1858794. OLE color: 1858794.

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

Color convert

RGB 234 92 28 -
CMYK 0 0.61 0.88 0.08
HSL 18.64º 0.83% 0.51% -
HSV(B) 18.64º 0.88% 0.92% -
XYZ 37.97 25.23 3.97 -
YUV 127.16 72.04 204.2 -
System Red Green Blue C M Y K H S L
Decimal 234 92 28 0 0.61 0.88 0.08 18.64 0.83 0.51
Hex EA 5C 1C 0 3D 58 8 13 53 33
Octal 352 134 34 0 75 130 10 23 123 63
Binary 11101010 1011100 11100 0 111101 1011000 1000 10011 1010011 110011

Color Harmonies of #EA5C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5C1C

Black with #EA5C1C

Text Example


Text Example

White with #EA5C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5C1C; }

 p { color: rgb(234,92,28); }

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

background-color css

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

 a { background-color: rgb(234,92,28); }

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

border-color css

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

 span { border-color: rgb(234,92,28); }

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