Html Css Color HEX #EA5813 Persimmon

📋 copy color: '#EA5813'

red 234 ◦ green 88 ◦ blue 19

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

Shades of Persimmon #EA5813

Tints of Persimmon #EA5813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.57%

R = 68.62%
G = 25.81%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EA5813 (or 0xEA5813) is known color: Persimmon. HEX triplet: EA, 58 and 13. RGB value is (234,88,19). Sum of RGB (Red+Green+Blue) = 234+88+19=341 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.62% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 19 (7.81% from 255 or 5.57% from 341); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5813 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA5813 is #15A7EC. Grayscale: #7C7C7C. Windows color (decimal): -1419245 or 1267946. OLE color: 1267946.

HSL color Cylindrical-coordinate representation of color #EA5813: hue angle of 19.26º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EA5813 is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 88 19 -
CMYK 0 0.62 0.92 0.08
HSL 19.26º 0.85% 0.5% -
HSV(B) 19.26º 0.92% 0.92% -
XYZ 37.54 24.52 3.37 -
YUV 123.79 68.87 206.61 -
System Red Green Blue C M Y K H S L
Decimal 234 88 19 0 0.62 0.92 0.08 19.26 0.85 0.5
Hex EA 58 13 0 3E 5C 8 13 55 32
Octal 352 130 23 0 76 134 10 23 125 62
Binary 11101010 1011000 10011 0 111110 1011100 1000 10011 1010101 110010

Color Harmonies of #EA5813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5813

Black with #EA5813

Text Example


Text Example

White with #EA5813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5813; }

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

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

background-color css

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

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

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

border-color css

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

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

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