Html Css Color HEX #E35A16 Persimmon

📋 copy color: '#E35A16'

red 227 ◦ green 90 ◦ blue 22

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

Shades of Persimmon #E35A16

Tints of Persimmon #E35A16

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.55%

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

R = 66.96%
G = 26.55%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#E35A16 (or 0xE35A16) is known color: Persimmon. HEX triplet: E3, 5A and 16. RGB value is (227,90,22). Sum of RGB (Red+Green+Blue) = 227+90+22=339 (44% of max value = 765). Red value is 227 (89.06% from 255 or 66.96% from 339); Green value is 90 (35.55% from 255 or 26.55% from 339); Blue value is 22 (8.98% from 255 or 6.49% from 339); Max value from RGB is 227 - color contains mainly: red. Hex color #E35A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35A16 is #1CA5E9. Grayscale: #7B7B7B. Windows color (decimal): -1877482 or 1465059. OLE color: 1465059.

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

Color convert

RGB 227 90 22 -
CMYK 0 0.60 0.90 0.11
HSL 19.9º 0.82% 0.49% -
HSV(B) 19.9º 0.9% 0.89% -
XYZ 35.48 23.7 3.46 -
YUV 123.21 70.89 202.03 -
System Red Green Blue C M Y K H S L
Decimal 227 90 22 0 0.60 0.90 0.11 19.9 0.82 0.49
Hex E3 5A 16 0 3C 5A B 14 52 31
Octal 343 132 26 0 74 132 13 24 122 61
Binary 11100011 1011010 10110 0 111100 1011010 1011 10100 1010010 110001

Color Harmonies of #E35A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35A16

Black with #E35A16

Text Example


Text Example

White with #E35A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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