Html Css Color HEX #E35A13 Persimmon

📋 copy color: '#E35A13'

red 227 ◦ green 90 ◦ blue 19

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

Shades of Persimmon #E35A13

Tints of Persimmon #E35A13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.65%

R = 67.56%
G = 26.79%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#E35A13 (or 0xE35A13) is known color: Persimmon. HEX triplet: E3, 5A and 13. RGB value is (227,90,19). Sum of RGB (Red+Green+Blue) = 227+90+19=336 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.56% from 336); Green value is 90 (35.55% from 255 or 26.79% from 336); Blue value is 19 (7.81% from 255 or 5.65% from 336); Max value from RGB is 227 - color contains mainly: red. Hex color #E35A13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35A13 is #1CA5EC. Grayscale: #7B7B7B. Windows color (decimal): -1877485 or 1268451. OLE color: 1268451.

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

Color convert

RGB 227 90 19 -
CMYK 0 0.60 0.92 0.11
HSL 20.48º 0.85% 0.48% -
HSV(B) 20.48º 0.92% 0.89% -
XYZ 35.45 23.69 3.32 -
YUV 122.87 69.39 202.27 -
System Red Green Blue C M Y K H S L
Decimal 227 90 19 0 0.60 0.92 0.11 20.48 0.85 0.48
Hex E3 5A 13 0 3C 5C B 14 55 30
Octal 343 132 23 0 74 134 13 24 125 60
Binary 11100011 1011010 10011 0 111100 1011100 1011 10100 1010101 110000

Color Harmonies of #E35A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35A13

Black with #E35A13

Text Example


Text Example

White with #E35A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35A13; }

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

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

background-color css

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

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

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

border-color css

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

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

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