Html Css Color HEX #E15008 Persimmon

📋 copy color: '#E15008'

red 225 ◦ green 80 ◦ blue 8

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

Shades of Persimmon #E15008

Tints of Persimmon #E15008

RGB

 RED value IS 225 (88.28% from 255) = 71.88%

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

 BLUE value IS 8 (3.52% from 255) = 2.56%

R = 71.88%
G = 25.56%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E15008 (or 0xE15008) is known color: Persimmon. HEX triplet: E1, 50 and 08. RGB value is (225,80,8). Sum of RGB (Red+Green+Blue) = 225+80+8=313 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.88% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 8 (3.52% from 255 or 2.56% from 313); Max value from RGB is 225 - color contains mainly: red. Hex color #E15008 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15008 is #1EAFF7. Grayscale: #737373. Windows color (decimal): -2011128 or 544993. OLE color: 544993.

HSL color Cylindrical-coordinate representation of color #E15008: hue angle of 19.91º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E15008 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 80 8 -
CMYK 0 0.64 0.96 0.12
HSL 19.91º 0.93% 0.46% -
HSV(B) 19.91º 0.96% 0.88% -
XYZ 33.96 21.76 2.64 -
YUV 115.15 67.54 206.35 -
System Red Green Blue C M Y K H S L
Decimal 225 80 8 0 0.64 0.96 0.12 19.91 0.93 0.46
Hex E1 50 8 0 40 60 C 14 5D 2E
Octal 341 120 10 0 100 140 14 24 135 56
Binary 11100001 1010000 1000 0 1000000 1100000 1100 10100 1011101 101110

Color Harmonies of #E15008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15008

Black with #E15008

Text Example


Text Example

White with #E15008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15008; }

 p { color: rgb(225,80,8); }

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

background-color css

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

 a { background-color: rgb(225,80,8); }

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

border-color css

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

 span { border-color: rgb(225,80,8); }

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