Html Css Color HEX #EA581F Chocolate

📋 copy color: '#EA581F'

red 234 ◦ green 88 ◦ blue 31

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

Shades of Chocolate #EA581F

Tints of Chocolate #EA581F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.93%

 BLUE value IS 31 (12.5% from 255) = 8.78%

R = 66.29%
G = 24.93%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EA581F (or 0xEA581F) is known color: Chocolate. HEX triplet: EA, 58 and 1F. RGB value is (234,88,31). Sum of RGB (Red+Green+Blue) = 234+88+31=353 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.29% from 353); Green value is 88 (34.77% from 255 or 24.93% from 353); Blue value is 31 (12.5% from 255 or 8.78% from 353); Max value from RGB is 234 - color contains mainly: red. Hex color #EA581F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA581F is #15A7E0. Grayscale: #7D7D7D. Windows color (decimal): -1419233 or 2054378. OLE color: 2054378.

HSL color Cylindrical-coordinate representation of color #EA581F: hue angle of 16.85º 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 #EA581F is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 88 31 -
CMYK 0 0.62 0.87 0.08
HSL 16.85º 0.83% 0.52% -
HSV(B) 16.85º 0.87% 0.92% -
XYZ 37.67 24.57 4.05 -
YUV 125.16 74.87 205.63 -
System Red Green Blue C M Y K H S L
Decimal 234 88 31 0 0.62 0.87 0.08 16.85 0.83 0.52
Hex EA 58 1F 0 3E 57 8 11 53 34
Octal 352 130 37 0 76 127 10 21 123 64
Binary 11101010 1011000 11111 0 111110 1010111 1000 10001 1010011 110100

Color Harmonies of #EA581F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA581F

Black with #EA581F

Text Example


Text Example

White with #EA581F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA581F; }

 p { color: rgb(234,88,31); }

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

background-color css

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

 a { background-color: rgb(234,88,31); }

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

border-color css

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

 span { border-color: rgb(234,88,31); }

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