Html Css Color HEX #E15102 Persimmon

📋 copy color: '#E15102'

red 225 ◦ green 81 ◦ blue 2

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

Shades of Persimmon #E15102

Tints of Persimmon #E15102

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.3%

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

R = 73.05%
G = 26.3%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E15102 (or 0xE15102) is known color: Persimmon. HEX triplet: E1, 51 and 02. RGB value is (225,81,2). Sum of RGB (Red+Green+Blue) = 225+81+2=308 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.05% from 308); Green value is 81 (32.03% from 255 or 26.30% from 308); Blue value is 2 (1.17% from 255 or 0.65% from 308); Max value from RGB is 225 - color contains mainly: red. Hex color #E15102 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15102 is #1EAEFD. Grayscale: #737373. Windows color (decimal): -2010878 or 152033. OLE color: 152033.

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

Color convert

RGB 225 81 2 -
CMYK 0 0.64 0.99 0.12
HSL 21.26º 0.98% 0.45% -
HSV(B) 21.26º 0.99% 0.88% -
XYZ 34 21.9 2.49 -
YUV 115.05 64.21 206.42 -
System Red Green Blue C M Y K H S L
Decimal 225 81 2 0 0.64 0.99 0.12 21.26 0.98 0.45
Hex E1 51 2 0 40 63 C 15 62 2D
Octal 341 121 2 0 100 143 14 25 142 55
Binary 11100001 1010001 10 0 1000000 1100011 1100 10101 1100010 101101

Color Harmonies of #E15102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15102

Black with #E15102

Text Example


Text Example

White with #E15102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15102; }

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

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

background-color css

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

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

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

border-color css

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

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

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