Html Css Color HEX #E35010 Persimmon

📋 copy color: '#E35010'

red 227 ◦ green 80 ◦ blue 16

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

Shades of Persimmon #E35010

Tints of Persimmon #E35010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.95%

R = 70.28%
G = 24.77%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#E35010 (or 0xE35010) is known color: Persimmon. HEX triplet: E3, 50 and 10. RGB value is (227,80,16). Sum of RGB (Red+Green+Blue) = 227+80+16=323 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.28% from 323); Green value is 80 (31.64% from 255 or 24.77% from 323); Blue value is 16 (6.64% from 255 or 4.95% from 323); Max value from RGB is 227 - color contains mainly: red. Hex color #E35010 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35010 is #1CAFEF. Grayscale: #757575. Windows color (decimal): -1880048 or 1069283. OLE color: 1069283.

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

Color convert

RGB 227 80 16 -
CMYK 0 0.65 0.93 0.11
HSL 18.2º 0.87% 0.48% -
HSV(B) 18.2º 0.93% 0.89% -
XYZ 34.64 22.11 2.93 -
YUV 116.66 71.2 206.7 -
System Red Green Blue C M Y K H S L
Decimal 227 80 16 0 0.65 0.93 0.11 18.2 0.87 0.48
Hex E3 50 10 0 41 5D B 12 57 30
Octal 343 120 20 0 101 135 13 22 127 60
Binary 11100011 1010000 10000 0 1000001 1011101 1011 10010 1010111 110000

Color Harmonies of #E35010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35010

Black with #E35010

Text Example


Text Example

White with #E35010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35010; }

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

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

background-color css

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

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

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

border-color css

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

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

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