Html Css Color HEX #E35016 Persimmon

📋 copy color: '#E35016'

red 227 ◦ green 80 ◦ blue 22

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

Shades of Persimmon #E35016

Tints of Persimmon #E35016

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.32%

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

R = 69%
G = 24.32%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#E35016 (or 0xE35016) is known color: Persimmon. HEX triplet: E3, 50 and 16. RGB value is (227,80,22). Sum of RGB (Red+Green+Blue) = 227+80+22=329 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.00% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 22 (8.98% from 255 or 6.69% from 329); Max value from RGB is 227 - color contains mainly: red. Hex color #E35016 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35016 is #1CAFE9. Grayscale: #757575. Windows color (decimal): -1880042 or 1462499. OLE color: 1462499.

HSL color Cylindrical-coordinate representation of color #E35016: hue angle of 16.98º 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 #E35016 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 80 22 -
CMYK 0 0.65 0.90 0.11
HSL 16.98º 0.82% 0.49% -
HSV(B) 16.98º 0.9% 0.89% -
XYZ 34.69 22.13 3.2 -
YUV 117.34 74.2 206.22 -
System Red Green Blue C M Y K H S L
Decimal 227 80 22 0 0.65 0.90 0.11 16.98 0.82 0.49
Hex E3 50 16 0 41 5A B 11 52 31
Octal 343 120 26 0 101 132 13 21 122 61
Binary 11100011 1010000 10110 0 1000001 1011010 1011 10001 1010010 110001

Color Harmonies of #E35016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35016

Black with #E35016

Text Example


Text Example

White with #E35016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35016; }

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

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

background-color css

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

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

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

border-color css

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

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

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