Html Css Color HEX #EA4807 Persimmon

📋 copy color: '#EA4807'

red 234 ◦ green 72 ◦ blue 7

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

Shades of Persimmon #EA4807

Tints of Persimmon #EA4807

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23%

 BLUE value IS 7 (3.13% from 255) = 2.24%

R = 74.76%
G = 23%
B = 2.24%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EA4807 (or 0xEA4807) is known color: Persimmon. HEX triplet: EA, 48 and 07. RGB value is (234,72,7). Sum of RGB (Red+Green+Blue) = 234+72+7=313 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.76% from 313); Green value is 72 (28.52% from 255 or 23.00% from 313); Blue value is 7 (3.12% from 255 or 2.24% from 313); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4807 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA4807 is #15B7F8. Grayscale: #717171. Windows color (decimal): -1423353 or 477418. OLE color: 477418.

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

Color convert

RGB 234 72 7 -
CMYK 0 0.69 0.97 0.08
HSL 17.18º 0.94% 0.47% -
HSV(B) 17.18º 0.97% 0.92% -
XYZ 36.29 22.14 2.56 -
YUV 113.03 68.17 214.29 -
System Red Green Blue C M Y K H S L
Decimal 234 72 7 0 0.69 0.97 0.08 17.18 0.94 0.47
Hex EA 48 7 0 45 61 8 11 5E 2F
Octal 352 110 7 0 105 141 10 21 136 57
Binary 11101010 1001000 111 0 1000101 1100001 1000 10001 1011110 101111

Color Harmonies of #EA4807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4807

Black with #EA4807

Text Example


Text Example

White with #EA4807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4807; }

 p { color: rgb(234,72,7); }

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

background-color css

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

 a { background-color: rgb(234,72,7); }

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

border-color css

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

 span { border-color: rgb(234,72,7); }

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