Html Css Color HEX #E16100 Persimmon

📋 copy color: '#E16100'

red 225 ◦ green 97 ◦ blue 0

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

Shades of Persimmon #E16100

Tints of Persimmon #E16100

RGB

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

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

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

R = 69.88%
G = 30.12%
B = 0%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E16100 (or 0xE16100) is known color: Persimmon. HEX triplet: E1, 61 and 00. RGB value is (225,97,0). Sum of RGB (Red+Green+Blue) = 225+97+0=322 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.88% from 322); Green value is 97 (38.28% from 255 or 30.12% from 322); Blue value is 0 (0.39% from 255 or 0% from 322); Max value from RGB is 225 - color contains mainly: red. Hex color #E16100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16100 is #1E9EFF. Grayscale: #7C7C7C. Windows color (decimal): -2006784 or 25057. OLE color: 25057.

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

Color convert

RGB 225 97 0 -
CMYK 0 0.57 1 0.12
HSL 25.87º 1% 0.44% -
HSV(B) 25.87º 1% 0.88% -
XYZ 35.33 24.56 2.88 -
YUV 124.21 57.91 199.89 -
System Red Green Blue C M Y K H S L
Decimal 225 97 0 0 0.57 1 0.12 25.87 1 0.44
Hex E1 61 0 0 39 64 C 1A 64 2C
Octal 341 141 0 0 71 144 14 32 144 54
Binary 11100001 1100001 0 0 111001 1100100 1100 11010 1100100 101100

Color Harmonies of #E16100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16100

Black with #E16100

Text Example


Text Example

White with #E16100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16100; }

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

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

background-color css

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

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

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

border-color css

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

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

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