Html Css Color HEX #E15502 Persimmon

📋 copy color: '#E15502'

red 225 ◦ green 85 ◦ blue 2

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

Shades of Persimmon #E15502

Tints of Persimmon #E15502

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.24%

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

R = 72.12%
G = 27.24%
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

#E15502 (or 0xE15502) is known color: Persimmon. HEX triplet: E1, 55 and 02. RGB value is (225,85,2). Sum of RGB (Red+Green+Blue) = 225+85+2=312 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.12% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 2 (1.17% from 255 or 0.64% from 312); Max value from RGB is 225 - color contains mainly: red. Hex color #E15502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15502 is #1EAAFD. Grayscale: #757575. Windows color (decimal): -2009854 or 153057. OLE color: 153057.

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

Color convert

RGB 225 85 2 -
CMYK 0 0.62 0.99 0.12
HSL 22.33º 0.98% 0.45% -
HSV(B) 22.33º 0.99% 0.88% -
XYZ 34.31 22.51 2.59 -
YUV 117.4 62.88 204.75 -
System Red Green Blue C M Y K H S L
Decimal 225 85 2 0 0.62 0.99 0.12 22.33 0.98 0.45
Hex E1 55 2 0 3E 63 C 16 62 2D
Octal 341 125 2 0 76 143 14 26 142 55
Binary 11100001 1010101 10 0 111110 1100011 1100 10110 1100010 101101

Color Harmonies of #E15502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15502

Black with #E15502

Text Example


Text Example

White with #E15502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15502; }

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

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

background-color css

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

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

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

border-color css

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

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

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