Html Css Color HEX #EA5B1C Persimmon

📋 copy color: '#EA5B1C'

red 234 ◦ green 91 ◦ blue 28

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

Shades of Persimmon #EA5B1C

Tints of Persimmon #EA5B1C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.78%

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

R = 66.29%
G = 25.78%
B = 7.93%

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

#EA5B1C (or 0xEA5B1C) is known color: Persimmon. HEX triplet: EA, 5B and 1C. RGB value is (234,91,28). Sum of RGB (Red+Green+Blue) = 234+91+28=353 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.29% from 353); Green value is 91 (35.94% from 255 or 25.78% from 353); Blue value is 28 (11.33% from 255 or 7.93% from 353); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5B1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5B1C is #15A4E3. Grayscale: #7E7E7E. Windows color (decimal): -1418468 or 1858538. OLE color: 1858538.

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

Color convert

RGB 234 91 28 -
CMYK 0 0.61 0.88 0.08
HSL 18.35º 0.83% 0.51% -
HSV(B) 18.35º 0.88% 0.92% -
XYZ 37.88 25.06 3.94 -
YUV 126.58 72.38 204.62 -
System Red Green Blue C M Y K H S L
Decimal 234 91 28 0 0.61 0.88 0.08 18.35 0.83 0.51
Hex EA 5B 1C 0 3D 58 8 12 53 33
Octal 352 133 34 0 75 130 10 22 123 63
Binary 11101010 1011011 11100 0 111101 1011000 1000 10010 1010011 110011

Color Harmonies of #EA5B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5B1C

Black with #EA5B1C

Text Example


Text Example

White with #EA5B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5B1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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