Html Css Color HEX #EA601D Chocolate

📋 copy color: '#EA601D'

red 234 ◦ green 96 ◦ blue 29

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

Shades of Chocolate #EA601D

Tints of Chocolate #EA601D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.74%

 BLUE value IS 29 (11.72% from 255) = 8.08%

R = 65.18%
G = 26.74%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EA601D (or 0xEA601D) is known color: Chocolate. HEX triplet: EA, 60 and 1D. RGB value is (234,96,29). Sum of RGB (Red+Green+Blue) = 234+96+29=359 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.18% from 359); Green value is 96 (37.89% from 255 or 26.74% from 359); Blue value is 29 (11.72% from 255 or 8.08% from 359); Max value from RGB is 234 - color contains mainly: red. Hex color #EA601D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA601D is #159FE2. Grayscale: #828282. Windows color (decimal): -1417187 or 1925354. OLE color: 1925354.

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

Color convert

RGB 234 96 29 -
CMYK 0 0.59 0.88 0.08
HSL 19.61º 0.83% 0.52% -
HSV(B) 19.61º 0.88% 0.92% -
XYZ 38.34 25.95 4.15 -
YUV 129.62 71.22 202.45 -
System Red Green Blue C M Y K H S L
Decimal 234 96 29 0 0.59 0.88 0.08 19.61 0.83 0.52
Hex EA 60 1D 0 3B 58 8 14 53 34
Octal 352 140 35 0 73 130 10 24 123 64
Binary 11101010 1100000 11101 0 111011 1011000 1000 10100 1010011 110100

Color Harmonies of #EA601D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA601D

Black with #EA601D

Text Example


Text Example

White with #EA601D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA601D; }

 p { color: rgb(234,96,29); }

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

background-color css

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

 a { background-color: rgb(234,96,29); }

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

border-color css

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

 span { border-color: rgb(234,96,29); }

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