Html Css Color HEX #E35211 Persimmon

📋 copy color: '#E35211'

red 227 ◦ green 82 ◦ blue 17

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

Shades of Persimmon #E35211

Tints of Persimmon #E35211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.21%

R = 69.63%
G = 25.15%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#E35211 (or 0xE35211) is known color: Persimmon. HEX triplet: E3, 52 and 11. RGB value is (227,82,17). Sum of RGB (Red+Green+Blue) = 227+82+17=326 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.63% from 326); Green value is 82 (32.42% from 255 or 25.15% from 326); Blue value is 17 (7.03% from 255 or 5.21% from 326); Max value from RGB is 227 - color contains mainly: red. Hex color #E35211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35211 is #1CADEE. Grayscale: #767676. Windows color (decimal): -1879535 or 1135331. OLE color: 1135331.

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

Color convert

RGB 227 82 17 -
CMYK 0 0.64 0.93 0.11
HSL 18.57º 0.86% 0.48% -
HSV(B) 18.57º 0.93% 0.89% -
XYZ 34.8 22.41 3.02 -
YUV 117.95 71.04 205.79 -
System Red Green Blue C M Y K H S L
Decimal 227 82 17 0 0.64 0.93 0.11 18.57 0.86 0.48
Hex E3 52 11 0 40 5D B 13 56 30
Octal 343 122 21 0 100 135 13 23 126 60
Binary 11100011 1010010 10001 0 1000000 1011101 1011 10011 1010110 110000

Color Harmonies of #E35211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35211

Black with #E35211

Text Example


Text Example

White with #E35211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35211; }

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

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

background-color css

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

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

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

border-color css

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

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

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