Html Css Color HEX #E15004 Persimmon

📋 copy color: '#E15004'

red 225 ◦ green 80 ◦ blue 4

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

Shades of Persimmon #E15004

Tints of Persimmon #E15004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.29%

R = 72.82%
G = 25.89%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E15004 (or 0xE15004) is known color: Persimmon. HEX triplet: E1, 50 and 04. RGB value is (225,80,4). Sum of RGB (Red+Green+Blue) = 225+80+4=309 (40% of max value = 765). Red value is 225 (88.28% from 255 or 72.82% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 4 (1.95% from 255 or 1.29% from 309); Max value from RGB is 225 - color contains mainly: red. Hex color #E15004 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15004 is #1EAFFB. Grayscale: #737373. Windows color (decimal): -2011132 or 282849. OLE color: 282849.

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

Color convert

RGB 225 80 4 -
CMYK 0 0.64 0.98 0.12
HSL 20.63º 0.97% 0.45% -
HSV(B) 20.63º 0.98% 0.88% -
XYZ 33.94 21.75 2.52 -
YUV 114.69 65.54 206.68 -
System Red Green Blue C M Y K H S L
Decimal 225 80 4 0 0.64 0.98 0.12 20.63 0.97 0.45
Hex E1 50 4 0 40 62 C 15 61 2D
Octal 341 120 4 0 100 142 14 25 141 55
Binary 11100001 1010000 100 0 1000000 1100010 1100 10101 1100001 101101

Color Harmonies of #E15004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15004

Black with #E15004

Text Example


Text Example

White with #E15004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15004; }

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

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

background-color css

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

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

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

border-color css

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

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

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