Html Css Color HEX #EA4915 Persimmon

📋 copy color: '#EA4915'

red 234 ◦ green 73 ◦ blue 21

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

Shades of Persimmon #EA4915

Tints of Persimmon #EA4915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.4%

R = 71.34%
G = 22.26%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EA4915 (or 0xEA4915) is known color: Persimmon. HEX triplet: EA, 49 and 15. RGB value is (234,73,21). Sum of RGB (Red+Green+Blue) = 234+73+21=328 (43% of max value = 765). Red value is 234 (91.80% from 255 or 71.34% from 328); Green value is 73 (28.91% from 255 or 22.26% from 328); Blue value is 21 (8.59% from 255 or 6.40% from 328); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4915 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA4915 is #15B6EA. Grayscale: #737373. Windows color (decimal): -1423083 or 1395178. OLE color: 1395178.

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

Color convert

RGB 234 73 21 -
CMYK 0 0.69 0.91 0.08
HSL 14.65º 0.84% 0.5% -
HSV(B) 14.65º 0.91% 0.92% -
XYZ 36.45 22.31 3.09 -
YUV 115.21 74.84 212.73 -
System Red Green Blue C M Y K H S L
Decimal 234 73 21 0 0.69 0.91 0.08 14.65 0.84 0.5
Hex EA 49 15 0 45 5B 8 F 54 32
Octal 352 111 25 0 105 133 10 17 124 62
Binary 11101010 1001001 10101 0 1000101 1011011 1000 1111 1010100 110010

Color Harmonies of #EA4915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4915

Black with #EA4915

Text Example


Text Example

White with #EA4915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4915; }

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

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

background-color css

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

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

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

border-color css

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

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

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