Html Css Color HEX #E35116 Persimmon

📋 copy color: '#E35116'

red 227 ◦ green 81 ◦ blue 22

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

Shades of Persimmon #E35116

Tints of Persimmon #E35116

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.55%

 BLUE value IS 22 (8.98% from 255) = 6.67%

R = 68.79%
G = 24.55%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#E35116 (or 0xE35116) is known color: Persimmon. HEX triplet: E3, 51 and 16. RGB value is (227,81,22). Sum of RGB (Red+Green+Blue) = 227+81+22=330 (43% of max value = 765). Red value is 227 (89.06% from 255 or 68.79% from 330); Green value is 81 (32.03% from 255 or 24.55% from 330); Blue value is 22 (8.98% from 255 or 6.67% from 330); Max value from RGB is 227 - color contains mainly: red. Hex color #E35116 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35116 is #1CAEE9. Grayscale: #767676. Windows color (decimal): -1879786 or 1462755. OLE color: 1462755.

HSL color Cylindrical-coordinate representation of color #E35116: hue angle of 17.27º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E35116 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 81 22 -
CMYK 0 0.64 0.90 0.11
HSL 17.27º 0.82% 0.49% -
HSV(B) 17.27º 0.9% 0.89% -
XYZ 34.77 22.27 3.23 -
YUV 117.93 73.87 205.8 -
System Red Green Blue C M Y K H S L
Decimal 227 81 22 0 0.64 0.90 0.11 17.27 0.82 0.49
Hex E3 51 16 0 40 5A B 11 52 31
Octal 343 121 26 0 100 132 13 21 122 61
Binary 11100011 1010001 10110 0 1000000 1011010 1011 10001 1010010 110001

Color Harmonies of #E35116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35116

Black with #E35116

Text Example


Text Example

White with #E35116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35116; }

 p { color: rgb(227,81,22); }

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

background-color css

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

 a { background-color: rgb(227,81,22); }

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

border-color css

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

 span { border-color: rgb(227,81,22); }

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