Html Css Color HEX #E35012 Persimmon

📋 copy color: '#E35012'

red 227 ◦ green 80 ◦ blue 18

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

Shades of Persimmon #E35012

Tints of Persimmon #E35012

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.62%

 BLUE value IS 18 (7.42% from 255) = 5.54%

R = 69.85%
G = 24.62%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#E35012 (or 0xE35012) is known color: Persimmon. HEX triplet: E3, 50 and 12. RGB value is (227,80,18). Sum of RGB (Red+Green+Blue) = 227+80+18=325 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.85% from 325); Green value is 80 (31.64% from 255 or 24.62% from 325); Blue value is 18 (7.42% from 255 or 5.54% from 325); Max value from RGB is 227 - color contains mainly: red. Hex color #E35012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35012 is #1CAFED. Grayscale: #757575. Windows color (decimal): -1880046 or 1200355. OLE color: 1200355.

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

Color convert

RGB 227 80 18 -
CMYK 0 0.65 0.92 0.11
HSL 17.8º 0.85% 0.48% -
HSV(B) 17.8º 0.92% 0.89% -
XYZ 34.66 22.11 3.01 -
YUV 116.89 72.2 206.54 -
System Red Green Blue C M Y K H S L
Decimal 227 80 18 0 0.65 0.92 0.11 17.8 0.85 0.48
Hex E3 50 12 0 41 5C B 12 55 30
Octal 343 120 22 0 101 134 13 22 125 60
Binary 11100011 1010000 10010 0 1000001 1011100 1011 10010 1010101 110000

Color Harmonies of #E35012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35012

Black with #E35012

Text Example


Text Example

White with #E35012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35012; }

 p { color: rgb(227,80,18); }

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

background-color css

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

 a { background-color: rgb(227,80,18); }

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

border-color css

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

 span { border-color: rgb(227,80,18); }

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