Html Css Color HEX #E35A11 Persimmon

📋 copy color: '#E35A11'

red 227 ◦ green 90 ◦ blue 17

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

Shades of Persimmon #E35A11

Tints of Persimmon #E35A11

RGB

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

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

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

R = 67.96%
G = 26.95%
B = 5.09%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#E35A11 (or 0xE35A11) is known color: Persimmon. HEX triplet: E3, 5A and 11. RGB value is (227,90,17). Sum of RGB (Red+Green+Blue) = 227+90+17=334 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.96% from 334); Green value is 90 (35.55% from 255 or 26.95% from 334); Blue value is 17 (7.03% from 255 or 5.09% from 334); Max value from RGB is 227 - color contains mainly: red. Hex color #E35A11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35A11 is #1CA5EE. Grayscale: #7B7B7B. Windows color (decimal): -1877487 or 1137379. OLE color: 1137379.

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

Color convert

RGB 227 90 17 -
CMYK 0 0.60 0.93 0.11
HSL 20.86º 0.86% 0.48% -
HSV(B) 20.86º 0.93% 0.89% -
XYZ 35.44 23.68 3.23 -
YUV 122.64 68.39 202.44 -
System Red Green Blue C M Y K H S L
Decimal 227 90 17 0 0.60 0.93 0.11 20.86 0.86 0.48
Hex E3 5A 11 0 3C 5D B 15 56 30
Octal 343 132 21 0 74 135 13 25 126 60
Binary 11100011 1011010 10001 0 111100 1011101 1011 10101 1010110 110000

Color Harmonies of #E35A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35A11

Black with #E35A11

Text Example


Text Example

White with #E35A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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