Html Css Color HEX #EA490D Persimmon

📋 copy color: '#EA490D'

red 234 ◦ green 73 ◦ blue 13

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

Shades of Persimmon #EA490D

Tints of Persimmon #EA490D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.81%

 BLUE value IS 13 (5.47% from 255) = 4.06%

R = 73.13%
G = 22.81%
B = 4.06%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EA490D (or 0xEA490D) is known color: Persimmon. HEX triplet: EA, 49 and 0D. RGB value is (234,73,13). Sum of RGB (Red+Green+Blue) = 234+73+13=320 (42% of max value = 765). Red value is 234 (91.80% from 255 or 73.12% from 320); Green value is 73 (28.91% from 255 or 22.81% from 320); Blue value is 13 (5.47% from 255 or 4.06% from 320); Max value from RGB is 234 - color contains mainly: red. Hex color #EA490D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA490D is #15B6F2. Grayscale: #727272. Windows color (decimal): -1423091 or 870890. OLE color: 870890.

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

Color convert

RGB 234 73 13 -
CMYK 0 0.69 0.94 0.08
HSL 16.29º 0.89% 0.48% -
HSV(B) 16.29º 0.94% 0.92% -
XYZ 36.39 22.29 2.76 -
YUV 114.3 70.84 213.38 -
System Red Green Blue C M Y K H S L
Decimal 234 73 13 0 0.69 0.94 0.08 16.29 0.89 0.48
Hex EA 49 D 0 45 5E 8 10 59 30
Octal 352 111 15 0 105 136 10 20 131 60
Binary 11101010 1001001 1101 0 1000101 1011110 1000 10000 1011001 110000

Color Harmonies of #EA490D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA490D

Black with #EA490D

Text Example


Text Example

White with #EA490D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA490D; }

 p { color: rgb(234,73,13); }

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

background-color css

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

 a { background-color: rgb(234,73,13); }

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

border-color css

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

 span { border-color: rgb(234,73,13); }

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