Html Css Color HEX #E35D13 Persimmon

📋 copy color: '#E35D13'

red 227 ◦ green 93 ◦ blue 19

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

Shades of Persimmon #E35D13

Tints of Persimmon #E35D13

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.43%

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

R = 66.96%
G = 27.43%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#E35D13 (or 0xE35D13) is known color: Persimmon. HEX triplet: E3, 5D and 13. RGB value is (227,93,19). Sum of RGB (Red+Green+Blue) = 227+93+19=339 (44% of max value = 765). Red value is 227 (89.06% from 255 or 66.96% from 339); Green value is 93 (36.72% from 255 or 27.43% from 339); Blue value is 19 (7.81% from 255 or 5.60% from 339); Max value from RGB is 227 - color contains mainly: red. Hex color #E35D13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35D13 is #1CA2EC. Grayscale: #7D7D7D. Windows color (decimal): -1876717 or 1269219. OLE color: 1269219.

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

Color convert

RGB 227 93 19 -
CMYK 0 0.59 0.92 0.11
HSL 21.35º 0.85% 0.48% -
HSV(B) 21.35º 0.92% 0.89% -
XYZ 35.71 24.21 3.41 -
YUV 124.63 68.39 201.02 -
System Red Green Blue C M Y K H S L
Decimal 227 93 19 0 0.59 0.92 0.11 21.35 0.85 0.48
Hex E3 5D 13 0 3B 5C B 15 55 30
Octal 343 135 23 0 73 134 13 25 125 60
Binary 11100011 1011101 10011 0 111011 1011100 1011 10101 1010101 110000

Color Harmonies of #E35D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35D13

Black with #E35D13

Text Example


Text Example

White with #E35D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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