Html Css Color HEX #E16200 Persimmon

📋 copy color: '#E16200'

red 225 ◦ green 98 ◦ blue 0

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

Shades of Persimmon #E16200

Tints of Persimmon #E16200

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.34%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 69.66%
G = 30.34%
B = 0%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E16200 (or 0xE16200) is known color: Persimmon. HEX triplet: E1, 62 and 00. RGB value is (225,98,0). Sum of RGB (Red+Green+Blue) = 225+98+0=323 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.66% from 323); Green value is 98 (38.67% from 255 or 30.34% from 323); Blue value is 0 (0.39% from 255 or 0% from 323); Max value from RGB is 225 - color contains mainly: red. Hex color #E16200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16200 is #1E9DFF. Grayscale: #7D7D7D. Windows color (decimal): -2006528 or 25313. OLE color: 25313.

HSL color Cylindrical-coordinate representation of color #E16200: hue angle of 26.13º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E16200 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 98 0 -
CMYK 0 0.56 1 0.12
HSL 26.13º 1% 0.44% -
HSV(B) 26.13º 1% 0.88% -
XYZ 35.42 24.74 2.91 -
YUV 124.8 57.58 199.47 -
System Red Green Blue C M Y K H S L
Decimal 225 98 0 0 0.56 1 0.12 26.13 1 0.44
Hex E1 62 0 0 38 64 C 1A 64 2C
Octal 341 142 0 0 70 144 14 32 144 54
Binary 11100001 1100010 0 0 111000 1100100 1100 11010 1100100 101100

Color Harmonies of #E16200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16200

Black with #E16200

Text Example


Text Example

White with #E16200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16200; }

 p { color: rgb(225,98,0); }

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

background-color css

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

 a { background-color: rgb(225,98,0); }

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

border-color css

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

 span { border-color: rgb(225,98,0); }

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