Html Css Color HEX #E16102 Persimmon

📋 copy color: '#E16102'

red 225 ◦ green 97 ◦ blue 2

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

Shades of Persimmon #E16102

Tints of Persimmon #E16102

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.94%

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

R = 69.44%
G = 29.94%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E16102 (or 0xE16102) is known color: Persimmon. HEX triplet: E1, 61 and 02. RGB value is (225,97,2). Sum of RGB (Red+Green+Blue) = 225+97+2=324 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.44% from 324); Green value is 97 (38.28% from 255 or 29.94% from 324); Blue value is 2 (1.17% from 255 or 0.62% from 324); Max value from RGB is 225 - color contains mainly: red. Hex color #E16102 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16102 is #1E9EFD. Grayscale: #7C7C7C. Windows color (decimal): -2006782 or 156129. OLE color: 156129.

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

Color convert

RGB 225 97 2 -
CMYK 0 0.57 0.99 0.12
HSL 25.56º 0.98% 0.45% -
HSV(B) 25.56º 0.99% 0.88% -
XYZ 35.34 24.56 2.94 -
YUV 124.44 58.91 199.72 -
System Red Green Blue C M Y K H S L
Decimal 225 97 2 0 0.57 0.99 0.12 25.56 0.98 0.45
Hex E1 61 2 0 39 63 C 1A 62 2D
Octal 341 141 2 0 71 143 14 32 142 55
Binary 11100001 1100001 10 0 111001 1100011 1100 11010 1100010 101101

Color Harmonies of #E16102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16102

Black with #E16102

Text Example


Text Example

White with #E16102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16102; }

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

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

background-color css

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

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

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

border-color css

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

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

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