Html Css Color HEX #E35015 Persimmon

📋 copy color: '#E35015'

red 227 ◦ green 80 ◦ blue 21

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

Shades of Persimmon #E35015

Tints of Persimmon #E35015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.4%

R = 69.21%
G = 24.39%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E35015 (or 0xE35015) is known color: Persimmon. HEX triplet: E3, 50 and 15. RGB value is (227,80,21). Sum of RGB (Red+Green+Blue) = 227+80+21=328 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.21% from 328); Green value is 80 (31.64% from 255 or 24.39% from 328); Blue value is 21 (8.59% from 255 or 6.40% from 328); Max value from RGB is 227 - color contains mainly: red. Hex color #E35015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35015 is #1CAFEA. Grayscale: #757575. Windows color (decimal): -1880043 or 1396963. OLE color: 1396963.

HSL color Cylindrical-coordinate representation of color #E35015: hue angle of 17.18º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E35015 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 80 21 -
CMYK 0 0.65 0.91 0.11
HSL 17.18º 0.83% 0.49% -
HSV(B) 17.18º 0.91% 0.89% -
XYZ 34.68 22.12 3.15 -
YUV 117.23 73.7 206.3 -
System Red Green Blue C M Y K H S L
Decimal 227 80 21 0 0.65 0.91 0.11 17.18 0.83 0.49
Hex E3 50 15 0 41 5B B 11 53 31
Octal 343 120 25 0 101 133 13 21 123 61
Binary 11100011 1010000 10101 0 1000001 1011011 1011 10001 1010011 110001

Color Harmonies of #E35015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35015

Black with #E35015

Text Example


Text Example

White with #E35015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35015; }

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

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

background-color css

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

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

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

border-color css

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

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

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