Html Css Color HEX #E15602 Persimmon

📋 copy color: '#E15602'

red 225 ◦ green 86 ◦ blue 2

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

Shades of Persimmon #E15602

Tints of Persimmon #E15602

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.48%

 BLUE value IS 2 (1.17% from 255) = 0.64%

R = 71.88%
G = 27.48%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E15602 (or 0xE15602) is known color: Persimmon. HEX triplet: E1, 56 and 02. RGB value is (225,86,2). Sum of RGB (Red+Green+Blue) = 225+86+2=313 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.88% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 2 (1.17% from 255 or 0.64% from 313); Max value from RGB is 225 - color contains mainly: red. Hex color #E15602 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15602 is #1EA9FD. Grayscale: #767676. Windows color (decimal): -2009598 or 153313. OLE color: 153313.

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

Color convert

RGB 225 86 2 -
CMYK 0 0.62 0.99 0.12
HSL 22.6º 0.98% 0.45% -
HSV(B) 22.6º 0.99% 0.88% -
XYZ 34.39 22.67 2.62 -
YUV 117.99 62.55 204.33 -
System Red Green Blue C M Y K H S L
Decimal 225 86 2 0 0.62 0.99 0.12 22.6 0.98 0.45
Hex E1 56 2 0 3E 63 C 17 62 2D
Octal 341 126 2 0 76 143 14 27 142 55
Binary 11100001 1010110 10 0 111110 1100011 1100 10111 1100010 101101

Color Harmonies of #E15602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15602

Black with #E15602

Text Example


Text Example

White with #E15602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15602; }

 p { color: rgb(225,86,2); }

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

background-color css

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

 a { background-color: rgb(225,86,2); }

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

border-color css

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

 span { border-color: rgb(225,86,2); }

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