Html Css Color HEX #E16304 Persimmon

📋 copy color: '#E16304'

red 225 ◦ green 99 ◦ blue 4

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

Shades of Persimmon #E16304

Tints of Persimmon #E16304

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.18%

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

R = 68.6%
G = 30.18%
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

#E16304 (or 0xE16304) is known color: Persimmon. HEX triplet: E1, 63 and 04. RGB value is (225,99,4). Sum of RGB (Red+Green+Blue) = 225+99+4=328 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.60% from 328); Green value is 99 (39.06% from 255 or 30.18% from 328); Blue value is 4 (1.95% from 255 or 1.22% from 328); Max value from RGB is 225 - color contains mainly: red. Hex color #E16304 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16304 is #1E9CFB. Grayscale: #7E7E7E. Windows color (decimal): -2006268 or 287713. OLE color: 287713.

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

Color convert

RGB 225 99 4 -
CMYK 0 0.56 0.98 0.12
HSL 25.79º 0.97% 0.45% -
HSV(B) 25.79º 0.98% 0.88% -
XYZ 35.54 24.94 3.06 -
YUV 125.84 59.24 198.72 -
System Red Green Blue C M Y K H S L
Decimal 225 99 4 0 0.56 0.98 0.12 25.79 0.97 0.45
Hex E1 63 4 0 38 62 C 1A 61 2D
Octal 341 143 4 0 70 142 14 32 141 55
Binary 11100001 1100011 100 0 111000 1100010 1100 11010 1100001 101101

Color Harmonies of #E16304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16304

Black with #E16304

Text Example


Text Example

White with #E16304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16304; }

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

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

background-color css

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

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

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

border-color css

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

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

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