Html Css Color HEX #E16004 Persimmon

📋 copy color: '#E16004'

red 225 ◦ green 96 ◦ blue 4

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

Shades of Persimmon #E16004

Tints of Persimmon #E16004

RGB

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

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

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

R = 69.23%
G = 29.54%
B = 1.23%

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

#E16004 (or 0xE16004) is known color: Persimmon. HEX triplet: E1, 60 and 04. RGB value is (225,96,4). Sum of RGB (Red+Green+Blue) = 225+96+4=325 (43% of max value = 765). Red value is 225 (88.28% from 255 or 69.23% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 4 (1.95% from 255 or 1.23% from 325); Max value from RGB is 225 - color contains mainly: red. Hex color #E16004 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16004 is #1E9FFB. Grayscale: #7C7C7C. Windows color (decimal): -2007036 or 286945. OLE color: 286945.

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

Color convert

RGB 225 96 4 -
CMYK 0 0.57 0.98 0.12
HSL 24.98º 0.97% 0.45% -
HSV(B) 24.98º 0.98% 0.88% -
XYZ 35.26 24.38 2.96 -
YUV 124.08 60.24 199.98 -
System Red Green Blue C M Y K H S L
Decimal 225 96 4 0 0.57 0.98 0.12 24.98 0.97 0.45
Hex E1 60 4 0 39 62 C 19 61 2D
Octal 341 140 4 0 71 142 14 31 141 55
Binary 11100001 1100000 100 0 111001 1100010 1100 11001 1100001 101101

Color Harmonies of #E16004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16004

Black with #E16004

Text Example


Text Example

White with #E16004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16004; }

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

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

background-color css

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

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

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

border-color css

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

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

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