Html Css Color HEX #EA4602 Persimmon

📋 copy color: '#EA4602'

red 234 ◦ green 70 ◦ blue 2

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

Shades of Persimmon #EA4602

Tints of Persimmon #EA4602

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.88%

 BLUE value IS 2 (1.17% from 255) = 0.65%

R = 76.47%
G = 22.88%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EA4602 (or 0xEA4602) is known color: Persimmon. HEX triplet: EA, 46 and 02. RGB value is (234,70,2). Sum of RGB (Red+Green+Blue) = 234+70+2=306 (40% of max value = 765). Red value is 234 (91.80% from 255 or 76.47% from 306); Green value is 70 (27.73% from 255 or 22.88% from 306); Blue value is 2 (1.17% from 255 or 0.65% from 306); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4602 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA4602 is #15B9FD. Grayscale: #6F6F6F. Windows color (decimal): -1423870 or 149226. OLE color: 149226.

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

Color convert

RGB 234 70 2 -
CMYK 0 0.70 0.99 0.08
HSL 17.59º 0.98% 0.46% -
HSV(B) 17.59º 0.99% 0.92% -
XYZ 36.13 21.88 2.38 -
YUV 111.28 66.33 215.53 -
System Red Green Blue C M Y K H S L
Decimal 234 70 2 0 0.70 0.99 0.08 17.59 0.98 0.46
Hex EA 46 2 0 46 63 8 12 62 2E
Octal 352 106 2 0 106 143 10 22 142 56
Binary 11101010 1000110 10 0 1000110 1100011 1000 10010 1100010 101110

Color Harmonies of #EA4602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4602

Black with #EA4602

Text Example


Text Example

White with #EA4602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4602; }

 p { color: rgb(234,70,2); }

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

background-color css

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

 a { background-color: rgb(234,70,2); }

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

border-color css

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

 span { border-color: rgb(234,70,2); }

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