Html Css Color HEX #E15204 Persimmon

📋 copy color: '#E15204'

red 225 ◦ green 82 ◦ blue 4

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

Shades of Persimmon #E15204

Tints of Persimmon #E15204

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.37%

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

R = 72.35%
G = 26.37%
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

#E15204 (or 0xE15204) is known color: Persimmon. HEX triplet: E1, 52 and 04. RGB value is (225,82,4). Sum of RGB (Red+Green+Blue) = 225+82+4=311 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.35% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 4 (1.95% from 255 or 1.29% from 311); Max value from RGB is 225 - color contains mainly: red. Hex color #E15204 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15204 is #1EADFB. Grayscale: #747474. Windows color (decimal): -2010620 or 283361. OLE color: 283361.

HSL color Cylindrical-coordinate representation of color #E15204: hue angle of 21.18º 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 #E15204 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 82 4 -
CMYK 0 0.64 0.98 0.12
HSL 21.18º 0.97% 0.45% -
HSV(B) 21.18º 0.98% 0.88% -
XYZ 34.09 22.05 2.57 -
YUV 115.87 64.88 205.84 -
System Red Green Blue C M Y K H S L
Decimal 225 82 4 0 0.64 0.98 0.12 21.18 0.97 0.45
Hex E1 52 4 0 40 62 C 15 61 2D
Octal 341 122 4 0 100 142 14 25 141 55
Binary 11100001 1010010 100 0 1000000 1100010 1100 10101 1100001 101101

Color Harmonies of #E15204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15204

Black with #E15204

Text Example


Text Example

White with #E15204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15204; }

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

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

background-color css

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

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

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

border-color css

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

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

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