Html Css Color HEX #E16005 Persimmon

📋 copy color: '#E16005'

red 225 ◦ green 96 ◦ blue 5

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

Shades of Persimmon #E16005

Tints of Persimmon #E16005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.53%

R = 69.02%
G = 29.45%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E16005 (or 0xE16005) is known color: Persimmon. HEX triplet: E1, 60 and 05. RGB value is (225,96,5). Sum of RGB (Red+Green+Blue) = 225+96+5=326 (43% of max value = 765). Red value is 225 (88.28% from 255 or 69.02% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 5 (2.34% from 255 or 1.53% from 326); Max value from RGB is 225 - color contains mainly: red. Hex color #E16005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16005 is #1E9FFA. Grayscale: #7C7C7C. Windows color (decimal): -2007035 or 352481. OLE color: 352481.

HSL color Cylindrical-coordinate representation of color #E16005: hue angle of 24.82º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E16005 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 96 5 -
CMYK 0 0.57 0.98 0.12
HSL 24.82º 0.96% 0.45% -
HSV(B) 24.82º 0.98% 0.88% -
XYZ 35.26 24.38 2.99 -
YUV 124.2 60.74 199.9 -
System Red Green Blue C M Y K H S L
Decimal 225 96 5 0 0.57 0.98 0.12 24.82 0.96 0.45
Hex E1 60 5 0 39 62 C 19 60 2D
Octal 341 140 5 0 71 142 14 31 140 55
Binary 11100001 1100000 101 0 111001 1100010 1100 11001 1100000 101101

Color Harmonies of #E16005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16005

Black with #E16005

Text Example


Text Example

White with #E16005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16005; }

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

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

background-color css

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

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

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

border-color css

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

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

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