Html Css Color HEX #E3520E Persimmon

📋 copy color: '#E3520E'

red 227 ◦ green 82 ◦ blue 14

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

Shades of Persimmon #E3520E

Tints of Persimmon #E3520E

RGB

 RED value IS 227 (89.06% from 255) = 70.28%

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

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

R = 70.28%
G = 25.39%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#E3520E (or 0xE3520E) is known color: Persimmon. HEX triplet: E3, 52 and 0E. RGB value is (227,82,14). Sum of RGB (Red+Green+Blue) = 227+82+14=323 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.28% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 14 (5.86% from 255 or 4.33% from 323); Max value from RGB is 227 - color contains mainly: red. Hex color #E3520E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E3520E is #1CADF1. Grayscale: #767676. Windows color (decimal): -1879538 or 938723. OLE color: 938723.

HSL color Cylindrical-coordinate representation of color #E3520E: hue angle of 19.15º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E3520E is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 82 14 -
CMYK 0 0.64 0.94 0.11
HSL 19.15º 0.88% 0.47% -
HSV(B) 19.15º 0.94% 0.89% -
XYZ 34.78 22.4 2.91 -
YUV 117.6 69.54 206.03 -
System Red Green Blue C M Y K H S L
Decimal 227 82 14 0 0.64 0.94 0.11 19.15 0.88 0.47
Hex E3 52 E 0 40 5E B 13 58 2F
Octal 343 122 16 0 100 136 13 23 130 57
Binary 11100011 1010010 1110 0 1000000 1011110 1011 10011 1011000 101111

Color Harmonies of #E3520E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3520E

Black with #E3520E

Text Example


Text Example

White with #E3520E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3520E; }

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

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

background-color css

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

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

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

border-color css

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

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

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