Html Css Color HEX #E15302 Persimmon

📋 copy color: '#E15302'

red 225 ◦ green 83 ◦ blue 2

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

Shades of Persimmon #E15302

Tints of Persimmon #E15302

RGB

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

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

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

R = 72.58%
G = 26.77%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E15302 (or 0xE15302) is known color: Persimmon. HEX triplet: E1, 53 and 02. RGB value is (225,83,2). Sum of RGB (Red+Green+Blue) = 225+83+2=310 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.58% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 2 (1.17% from 255 or 0.65% from 310); Max value from RGB is 225 - color contains mainly: red. Hex color #E15302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15302 is #1EACFD. Grayscale: #747474. Windows color (decimal): -2010366 or 152545. OLE color: 152545.

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

Color convert

RGB 225 83 2 -
CMYK 0 0.63 0.99 0.12
HSL 21.79º 0.98% 0.45% -
HSV(B) 21.79º 0.99% 0.88% -
XYZ 34.16 22.2 2.54 -
YUV 116.22 63.54 205.59 -
System Red Green Blue C M Y K H S L
Decimal 225 83 2 0 0.63 0.99 0.12 21.79 0.98 0.45
Hex E1 53 2 0 3F 63 C 16 62 2D
Octal 341 123 2 0 77 143 14 26 142 55
Binary 11100001 1010011 10 0 111111 1100011 1100 10110 1100010 101101

Color Harmonies of #E15302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15302

Black with #E15302

Text Example


Text Example

White with #E15302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15302; }

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

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

background-color css

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

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

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

border-color css

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

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

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