Html Css Color HEX #E16201 Persimmon

📋 copy color: '#E16201'

red 225 ◦ green 98 ◦ blue 1

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

Shades of Persimmon #E16201

Tints of Persimmon #E16201

RGB

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

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

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

R = 69.44%
G = 30.25%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#E16201 (or 0xE16201) is known color: Persimmon. HEX triplet: E1, 62 and 01. RGB value is (225,98,1). Sum of RGB (Red+Green+Blue) = 225+98+1=324 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.44% from 324); Green value is 98 (38.67% from 255 or 30.25% from 324); Blue value is 1 (0.78% from 255 or 0.31% from 324); Max value from RGB is 225 - color contains mainly: red. Hex color #E16201 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16201 is #1E9DFE. Grayscale: #7D7D7D. Windows color (decimal): -2006527 or 90849. OLE color: 90849.

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

Color convert

RGB 225 98 1 -
CMYK 0 0.56 1.00 0.12
HSL 25.98º 0.99% 0.44% -
HSV(B) 25.98º 1% 0.88% -
XYZ 35.42 24.75 2.94 -
YUV 124.92 58.08 199.39 -
System Red Green Blue C M Y K H S L
Decimal 225 98 1 0 0.56 1.00 0.12 25.98 0.99 0.44
Hex E1 62 1 0 38 64 C 1A 63 2C
Octal 341 142 1 0 70 144 14 32 143 54
Binary 11100001 1100010 1 0 111000 1100100 1100 11010 1100011 101100

Color Harmonies of #E16201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16201

Black with #E16201

Text Example


Text Example

White with #E16201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16201; }

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

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

background-color css

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

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

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

border-color css

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

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

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