Html Css Color HEX #E16206 Persimmon

📋 copy color: '#E16206'

red 225 ◦ green 98 ◦ blue 6

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

Shades of Persimmon #E16206

Tints of Persimmon #E16206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.82%

R = 68.39%
G = 29.79%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#E16206 (or 0xE16206) is known color: Persimmon. HEX triplet: E1, 62 and 06. RGB value is (225,98,6). Sum of RGB (Red+Green+Blue) = 225+98+6=329 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.39% from 329); Green value is 98 (38.67% from 255 or 29.79% from 329); Blue value is 6 (2.73% from 255 or 1.82% from 329); Max value from RGB is 225 - color contains mainly: red. Hex color #E16206 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16206 is #1E9DF9. Grayscale: #7D7D7D. Windows color (decimal): -2006522 or 418529. OLE color: 418529.

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

Color convert

RGB 225 98 6 -
CMYK 0 0.56 0.97 0.12
HSL 25.21º 0.95% 0.45% -
HSV(B) 25.21º 0.97% 0.88% -
XYZ 35.45 24.76 3.08 -
YUV 125.49 60.58 198.98 -
System Red Green Blue C M Y K H S L
Decimal 225 98 6 0 0.56 0.97 0.12 25.21 0.95 0.45
Hex E1 62 6 0 38 61 C 19 5F 2D
Octal 341 142 6 0 70 141 14 31 137 55
Binary 11100001 1100010 110 0 111000 1100001 1100 11001 1011111 101101

Color Harmonies of #E16206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16206

Black with #E16206

Text Example


Text Example

White with #E16206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16206; }

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

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

background-color css

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

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

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

border-color css

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

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

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