Html Css Color HEX #EA5807 Persimmon

📋 copy color: '#EA5807'

red 234 ◦ green 88 ◦ blue 7

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

Shades of Persimmon #EA5807

Tints of Persimmon #EA5807

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.75%

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

R = 71.12%
G = 26.75%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EA5807 (or 0xEA5807) is known color: Persimmon. HEX triplet: EA, 58 and 07. RGB value is (234,88,7). Sum of RGB (Red+Green+Blue) = 234+88+7=329 (43% of max value = 765). Red value is 234 (91.80% from 255 or 71.12% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 7 (3.12% from 255 or 2.13% from 329); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5807 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA5807 is #15A7F8. Grayscale: #7A7A7A. Windows color (decimal): -1419257 or 481514. OLE color: 481514.

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

Color convert

RGB 234 88 7 -
CMYK 0 0.62 0.97 0.08
HSL 21.41º 0.94% 0.47% -
HSV(B) 21.41º 0.97% 0.92% -
XYZ 37.46 24.49 2.95 -
YUV 122.42 62.87 207.59 -
System Red Green Blue C M Y K H S L
Decimal 234 88 7 0 0.62 0.97 0.08 21.41 0.94 0.47
Hex EA 58 7 0 3E 61 8 15 5E 2F
Octal 352 130 7 0 76 141 10 25 136 57
Binary 11101010 1011000 111 0 111110 1100001 1000 10101 1011110 101111

Color Harmonies of #EA5807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5807

Black with #EA5807

Text Example


Text Example

White with #EA5807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5807; }

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

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

background-color css

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

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

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

border-color css

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

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

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