Html Css Color HEX #E35A09 Persimmon

📋 copy color: '#E35A09'

red 227 ◦ green 90 ◦ blue 9

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

Shades of Persimmon #E35A09

Tints of Persimmon #E35A09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.76%

R = 69.63%
G = 27.61%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.96

 K value IS 0.11

RGB Variations

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

Color information

#E35A09 (or 0xE35A09) is known color: Persimmon. HEX triplet: E3, 5A and 09. RGB value is (227,90,9). Sum of RGB (Red+Green+Blue) = 227+90+9=326 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.63% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 9 (3.91% from 255 or 2.76% from 326); Max value from RGB is 227 - color contains mainly: red. Hex color #E35A09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35A09 is #1CA5F6. Grayscale: #7A7A7A. Windows color (decimal): -1877495 or 613091. OLE color: 613091.

HSL color Cylindrical-coordinate representation of color #E35A09: hue angle of 22.29º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E35A09 is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 90 9 -
CMYK 0 0.60 0.96 0.11
HSL 22.29º 0.92% 0.46% -
HSV(B) 22.29º 0.96% 0.89% -
XYZ 35.38 23.66 2.96 -
YUV 121.73 64.39 203.09 -
System Red Green Blue C M Y K H S L
Decimal 227 90 9 0 0.60 0.96 0.11 22.29 0.92 0.46
Hex E3 5A 9 0 3C 60 B 16 5C 2E
Octal 343 132 11 0 74 140 13 26 134 56
Binary 11100011 1011010 1001 0 111100 1100000 1011 10110 1011100 101110

Color Harmonies of #E35A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35A09

Black with #E35A09

Text Example


Text Example

White with #E35A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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