Html Css Color HEX #EA4904 Persimmon

📋 copy color: '#EA4904'

red 234 ◦ green 73 ◦ blue 4

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

Shades of Persimmon #EA4904

Tints of Persimmon #EA4904

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.29%

R = 75.24%
G = 23.47%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EA4904 (or 0xEA4904) is known color: Persimmon. HEX triplet: EA, 49 and 04. RGB value is (234,73,4). Sum of RGB (Red+Green+Blue) = 234+73+4=311 (41% of max value = 765). Red value is 234 (91.80% from 255 or 75.24% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 4 (1.95% from 255 or 1.29% from 311); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4904 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA4904 is #15B6FB. Grayscale: #717171. Windows color (decimal): -1423100 or 281066. OLE color: 281066.

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

Color convert

RGB 234 73 4 -
CMYK 0 0.69 0.98 0.08
HSL 18º 0.97% 0.47% -
HSV(B) 18º 0.98% 0.92% -
XYZ 36.34 22.27 2.5 -
YUV 113.27 66.34 214.11 -
System Red Green Blue C M Y K H S L
Decimal 234 73 4 0 0.69 0.98 0.08 18 0.97 0.47
Hex EA 49 4 0 45 62 8 12 61 2F
Octal 352 111 4 0 105 142 10 22 141 57
Binary 11101010 1001001 100 0 1000101 1100010 1000 10010 1100001 101111

Color Harmonies of #EA4904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4904

Black with #EA4904

Text Example


Text Example

White with #EA4904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4904; }

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

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

background-color css

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

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

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

border-color css

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

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

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