Html Css Color HEX #EA5010 Persimmon

📋 copy color: '#EA5010'

red 234 ◦ green 80 ◦ blue 16

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

Shades of Persimmon #EA5010

Tints of Persimmon #EA5010

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.24%

 BLUE value IS 16 (6.64% from 255) = 4.85%

R = 70.91%
G = 24.24%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EA5010 (or 0xEA5010) is known color: Persimmon. HEX triplet: EA, 50 and 10. RGB value is (234,80,16). Sum of RGB (Red+Green+Blue) = 234+80+16=330 (43% of max value = 765). Red value is 234 (91.80% from 255 or 70.91% from 330); Green value is 80 (31.64% from 255 or 24.24% from 330); Blue value is 16 (6.64% from 255 or 4.85% from 330); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5010 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA5010 is #15AFEF. Grayscale: #777777. Windows color (decimal): -1421296 or 1069290. OLE color: 1069290.

HSL color Cylindrical-coordinate representation of color #EA5010: hue angle of 17.61º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EA5010 is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 80 16 -
CMYK 0 0.66 0.93 0.08
HSL 17.61º 0.87% 0.49% -
HSV(B) 17.61º 0.93% 0.92% -
XYZ 36.89 23.27 3.04 -
YUV 118.75 70.02 210.2 -
System Red Green Blue C M Y K H S L
Decimal 234 80 16 0 0.66 0.93 0.08 17.61 0.87 0.49
Hex EA 50 10 0 42 5D 8 12 57 31
Octal 352 120 20 0 102 135 10 22 127 61
Binary 11101010 1010000 10000 0 1000010 1011101 1000 10010 1010111 110001

Color Harmonies of #EA5010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5010

Black with #EA5010

Text Example


Text Example

White with #EA5010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5010; }

 p { color: rgb(234,80,16); }

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

background-color css

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

 a { background-color: rgb(234,80,16); }

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

border-color css

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

 span { border-color: rgb(234,80,16); }

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