Html Css Color HEX #E15304 Persimmon

📋 copy color: '#E15304'

red 225 ◦ green 83 ◦ blue 4

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

Shades of Persimmon #E15304

Tints of Persimmon #E15304

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.6%

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

R = 72.12%
G = 26.6%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E15304 (or 0xE15304) is known color: Persimmon. HEX triplet: E1, 53 and 04. RGB value is (225,83,4). Sum of RGB (Red+Green+Blue) = 225+83+4=312 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.12% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 4 (1.95% from 255 or 1.28% from 312); Max value from RGB is 225 - color contains mainly: red. Hex color #E15304 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15304 is #1EACFB. Grayscale: #747474. Windows color (decimal): -2010364 or 283617. OLE color: 283617.

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

Color convert

RGB 225 83 4 -
CMYK 0 0.63 0.98 0.12
HSL 21.45º 0.97% 0.45% -
HSV(B) 21.45º 0.98% 0.88% -
XYZ 34.17 22.2 2.6 -
YUV 116.45 64.54 205.42 -
System Red Green Blue C M Y K H S L
Decimal 225 83 4 0 0.63 0.98 0.12 21.45 0.97 0.45
Hex E1 53 4 0 3F 62 C 15 61 2D
Octal 341 123 4 0 77 142 14 25 141 55
Binary 11100001 1010011 100 0 111111 1100010 1100 10101 1100001 101101

Color Harmonies of #E15304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15304

Black with #E15304

Text Example


Text Example

White with #E15304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15304; }

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

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

background-color css

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

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

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

border-color css

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

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

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