Html Css Color HEX #E16001 Persimmon

📋 copy color: '#E16001'

red 225 ◦ green 96 ◦ blue 1

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

Shades of Persimmon #E16001

Tints of Persimmon #E16001

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.81%

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 69.88%
G = 29.81%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#E16001 (or 0xE16001) is known color: Persimmon. HEX triplet: E1, 60 and 01. RGB value is (225,96,1). Sum of RGB (Red+Green+Blue) = 225+96+1=322 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.88% from 322); Green value is 96 (37.89% from 255 or 29.81% from 322); Blue value is 1 (0.78% from 255 or 0.31% from 322); Max value from RGB is 225 - color contains mainly: red. Hex color #E16001 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16001 is #1E9FFE. Grayscale: #7C7C7C. Windows color (decimal): -2007039 or 90337. OLE color: 90337.

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

Color convert

RGB 225 96 1 -
CMYK 0 0.57 1.00 0.12
HSL 25.45º 0.99% 0.44% -
HSV(B) 25.45º 1% 0.88% -
XYZ 35.24 24.38 2.88 -
YUV 123.74 58.74 200.22 -
System Red Green Blue C M Y K H S L
Decimal 225 96 1 0 0.57 1.00 0.12 25.45 0.99 0.44
Hex E1 60 1 0 39 64 C 19 63 2C
Octal 341 140 1 0 71 144 14 31 143 54
Binary 11100001 1100000 1 0 111001 1100100 1100 11001 1100011 101100

Color Harmonies of #E16001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16001

Black with #E16001

Text Example


Text Example

White with #E16001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16001; }

 p { color: rgb(225,96,1); }

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

background-color css

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

 a { background-color: rgb(225,96,1); }

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

border-color css

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

 span { border-color: rgb(225,96,1); }

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