Html Css Color HEX #E16204 Persimmon

📋 copy color: '#E16204'

red 225 ◦ green 98 ◦ blue 4

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

Shades of Persimmon #E16204

Tints of Persimmon #E16204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.22%

R = 68.81%
G = 29.97%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E16204 (or 0xE16204) is known color: Persimmon. HEX triplet: E1, 62 and 04. RGB value is (225,98,4). Sum of RGB (Red+Green+Blue) = 225+98+4=327 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.81% from 327); Green value is 98 (38.67% from 255 or 29.97% from 327); Blue value is 4 (1.95% from 255 or 1.22% from 327); Max value from RGB is 225 - color contains mainly: red. Hex color #E16204 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16204 is #1E9DFB. Grayscale: #7D7D7D. Windows color (decimal): -2006524 or 287457. OLE color: 287457.

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

Color convert

RGB 225 98 4 -
CMYK 0 0.56 0.98 0.12
HSL 25.52º 0.97% 0.45% -
HSV(B) 25.52º 0.98% 0.88% -
XYZ 35.44 24.75 3.02 -
YUV 125.26 59.58 199.14 -
System Red Green Blue C M Y K H S L
Decimal 225 98 4 0 0.56 0.98 0.12 25.52 0.97 0.45
Hex E1 62 4 0 38 62 C 1A 61 2D
Octal 341 142 4 0 70 142 14 32 141 55
Binary 11100001 1100010 100 0 111000 1100010 1100 11010 1100001 101101

Color Harmonies of #E16204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16204

Black with #E16204

Text Example


Text Example

White with #E16204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16204; }

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

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

background-color css

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

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

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

border-color css

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

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

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