Html Css Color HEX #E7520E Persimmon

📋 copy color: '#E7520E'

red 231 ◦ green 82 ◦ blue 14

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

Shades of Persimmon #E7520E

Tints of Persimmon #E7520E

RGB

 RED value IS 231 (90.63% from 255) = 70.64%

 GREEN value IS 82 (32.42% from 255) = 25.08%

 BLUE value IS 14 (5.86% from 255) = 4.28%

R = 70.64%
G = 25.08%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E7520E (or 0xE7520E) is known color: Persimmon. HEX triplet: E7, 52 and 0E. RGB value is (231,82,14). Sum of RGB (Red+Green+Blue) = 231+82+14=327 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.64% from 327); Green value is 82 (32.42% from 255 or 25.08% from 327); Blue value is 14 (5.86% from 255 or 4.28% from 327); Max value from RGB is 231 - color contains mainly: red. Hex color #E7520E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E7520E is #18ADF1. Grayscale: #777777. Windows color (decimal): -1617394 or 938727. OLE color: 938727.

HSL color Cylindrical-coordinate representation of color #E7520E: hue angle of 18.8º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E7520E is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 82 14 -
CMYK 0 0.65 0.94 0.09
HSL 18.8º 0.89% 0.48% -
HSV(B) 18.8º 0.94% 0.91% -
XYZ 36.05 23.06 2.97 -
YUV 118.8 68.86 208.03 -
System Red Green Blue C M Y K H S L
Decimal 231 82 14 0 0.65 0.94 0.09 18.8 0.89 0.48
Hex E7 52 E 0 41 5E 9 13 59 30
Octal 347 122 16 0 101 136 11 23 131 60
Binary 11100111 1010010 1110 0 1000001 1011110 1001 10011 1011001 110000

Color Harmonies of #E7520E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7520E

Black with #E7520E

Text Example


Text Example

White with #E7520E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7520E; }

 p { color: rgb(231,82,14); }

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

background-color css

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

 a { background-color: rgb(231,82,14); }

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

border-color css

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

 span { border-color: rgb(231,82,14); }

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