Html Css Color HEX #EA580A Persimmon

📋 copy color: '#EA580A'

red 234 ◦ green 88 ◦ blue 10

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

Shades of Persimmon #EA580A

Tints of Persimmon #EA580A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.01%

R = 70.48%
G = 26.51%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EA580A (or 0xEA580A) is known color: Persimmon. HEX triplet: EA, 58 and 0A. RGB value is (234,88,10). Sum of RGB (Red+Green+Blue) = 234+88+10=332 (43% of max value = 765). Red value is 234 (91.80% from 255 or 70.48% from 332); Green value is 88 (34.77% from 255 or 26.51% from 332); Blue value is 10 (4.30% from 255 or 3.01% from 332); Max value from RGB is 234 - color contains mainly: red. Hex color #EA580A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA580A is #15A7F5. Grayscale: #7B7B7B. Windows color (decimal): -1419254 or 678122. OLE color: 678122.

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

Color convert

RGB 234 88 10 -
CMYK 0 0.62 0.96 0.08
HSL 20.89º 0.92% 0.48% -
HSV(B) 20.89º 0.96% 0.92% -
XYZ 37.48 24.49 3.04 -
YUV 122.76 64.37 207.34 -
System Red Green Blue C M Y K H S L
Decimal 234 88 10 0 0.62 0.96 0.08 20.89 0.92 0.48
Hex EA 58 A 0 3E 60 8 15 5C 30
Octal 352 130 12 0 76 140 10 25 134 60
Binary 11101010 1011000 1010 0 111110 1100000 1000 10101 1011100 110000

Color Harmonies of #EA580A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA580A

Black with #EA580A

Text Example


Text Example

White with #EA580A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA580A; }

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

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

background-color css

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

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

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

border-color css

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

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

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