Html Css Color HEX #EA5C1E Chocolate

📋 copy color: '#EA5C1E'

red 234 ◦ green 92 ◦ blue 30

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

Shades of Chocolate #EA5C1E

Tints of Chocolate #EA5C1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.43%

R = 65.73%
G = 25.84%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EA5C1E (or 0xEA5C1E) is known color: Chocolate. HEX triplet: EA, 5C and 1E. RGB value is (234,92,30). Sum of RGB (Red+Green+Blue) = 234+92+30=356 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.73% from 356); Green value is 92 (36.33% from 255 or 25.84% from 356); Blue value is 30 (12.11% from 255 or 8.43% from 356); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5C1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5C1E is #15A3E1. Grayscale: #7F7F7F. Windows color (decimal): -1418210 or 1989866. OLE color: 1989866.

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

Color convert

RGB 234 92 30 -
CMYK 0 0.61 0.87 0.08
HSL 18.24º 0.83% 0.52% -
HSV(B) 18.24º 0.87% 0.92% -
XYZ 37.99 25.24 4.1 -
YUV 127.39 73.04 204.04 -
System Red Green Blue C M Y K H S L
Decimal 234 92 30 0 0.61 0.87 0.08 18.24 0.83 0.52
Hex EA 5C 1E 0 3D 57 8 12 53 34
Octal 352 134 36 0 75 127 10 22 123 64
Binary 11101010 1011100 11110 0 111101 1010111 1000 10010 1010011 110100

Color Harmonies of #EA5C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5C1E

Black with #EA5C1E

Text Example


Text Example

White with #EA5C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5C1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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