Html Css Color HEX #EA5800 Persimmon

📋 copy color: '#EA5800'

red 234 ◦ green 88 ◦ blue 0

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

Shades of Persimmon #EA5800

Tints of Persimmon #EA5800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 72.67%
G = 27.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EA5800 (or 0xEA5800) is known color: Persimmon. HEX triplet: EA, 58 and 00. RGB value is (234,88,0). Sum of RGB (Red+Green+Blue) = 234+88+0=322 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.67% from 322); Green value is 88 (34.77% from 255 or 27.33% from 322); Blue value is 0 (0.39% from 255 or 0% from 322); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5800 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA5800 is #15A7FF. Grayscale: #7A7A7A. Windows color (decimal): -1419264 or 22762. OLE color: 22762.

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

Color convert

RGB 234 88 0 -
CMYK 0 0.62 1 0.08
HSL 22.56º 1% 0.46% -
HSV(B) 22.56º 1% 0.92% -
XYZ 37.42 24.47 2.75 -
YUV 121.62 59.37 208.16 -
System Red Green Blue C M Y K H S L
Decimal 234 88 0 0 0.62 1 0.08 22.56 1 0.46
Hex EA 58 0 0 3E 64 8 17 64 2E
Octal 352 130 0 0 76 144 10 27 144 56
Binary 11101010 1011000 0 0 111110 1100100 1000 10111 1100100 101110

Color Harmonies of #EA5800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5800

Black with #EA5800

Text Example


Text Example

White with #EA5800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5800; }

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

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

background-color css

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

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

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

border-color css

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

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

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