Html Css Color HEX #EA6304 Persimmon

📋 copy color: '#EA6304'

red 234 ◦ green 99 ◦ blue 4

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

Shades of Persimmon #EA6304

Tints of Persimmon #EA6304

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.38%

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

R = 69.44%
G = 29.38%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EA6304 (or 0xEA6304) is known color: Persimmon. HEX triplet: EA, 63 and 04. RGB value is (234,99,4). Sum of RGB (Red+Green+Blue) = 234+99+4=337 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.44% from 337); Green value is 99 (39.06% from 255 or 29.38% from 337); Blue value is 4 (1.95% from 255 or 1.19% from 337); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6304 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA6304 is #159CFB. Grayscale: #818181. Windows color (decimal): -1416444 or 287722. OLE color: 287722.

HSL color Cylindrical-coordinate representation of color #EA6304: hue angle of 24.78º 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 #EA6304 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 99 4 -
CMYK 0 0.58 0.98 0.08
HSL 24.78º 0.97% 0.47% -
HSV(B) 24.78º 0.98% 0.92% -
XYZ 38.42 26.42 3.19 -
YUV 128.54 57.73 203.22 -
System Red Green Blue C M Y K H S L
Decimal 234 99 4 0 0.58 0.98 0.08 24.78 0.97 0.47
Hex EA 63 4 0 3A 62 8 19 61 2F
Octal 352 143 4 0 72 142 10 31 141 57
Binary 11101010 1100011 100 0 111010 1100010 1000 11001 1100001 101111

Color Harmonies of #EA6304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6304

Black with #EA6304

Text Example


Text Example

White with #EA6304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6304; }

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

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

background-color css

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

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

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

border-color css

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

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

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