Html Css Color HEX #EA490C Persimmon

📋 copy color: '#EA490C'

red 234 ◦ green 73 ◦ blue 12

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

Shades of Persimmon #EA490C

Tints of Persimmon #EA490C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.76%

R = 73.35%
G = 22.88%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EA490C (or 0xEA490C) is known color: Persimmon. HEX triplet: EA, 49 and 0C. RGB value is (234,73,12). Sum of RGB (Red+Green+Blue) = 234+73+12=319 (42% of max value = 765). Red value is 234 (91.80% from 255 or 73.35% from 319); Green value is 73 (28.91% from 255 or 22.88% from 319); Blue value is 12 (5.08% from 255 or 3.76% from 319); Max value from RGB is 234 - color contains mainly: red. Hex color #EA490C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA490C is #15B6F3. Grayscale: #727272. Windows color (decimal): -1423092 or 805354. OLE color: 805354.

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

Color convert

RGB 234 73 12 -
CMYK 0 0.69 0.95 0.08
HSL 16.49º 0.9% 0.48% -
HSV(B) 16.49º 0.95% 0.92% -
XYZ 36.38 22.28 2.73 -
YUV 114.19 70.34 213.46 -
System Red Green Blue C M Y K H S L
Decimal 234 73 12 0 0.69 0.95 0.08 16.49 0.9 0.48
Hex EA 49 C 0 45 5F 8 10 5A 30
Octal 352 111 14 0 105 137 10 20 132 60
Binary 11101010 1001001 1100 0 1000101 1011111 1000 10000 1011010 110000

Color Harmonies of #EA490C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA490C

Black with #EA490C

Text Example


Text Example

White with #EA490C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA490C; }

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

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

background-color css

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

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

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

border-color css

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

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

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