Html Css Color HEX #E16103 Persimmon

📋 copy color: '#E16103'

red 225 ◦ green 97 ◦ blue 3

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

Shades of Persimmon #E16103

Tints of Persimmon #E16103

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.85%

 BLUE value IS 3 (1.56% from 255) = 0.92%

R = 69.23%
G = 29.85%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E16103 (or 0xE16103) is known color: Persimmon. HEX triplet: E1, 61 and 03. RGB value is (225,97,3). Sum of RGB (Red+Green+Blue) = 225+97+3=325 (43% of max value = 765). Red value is 225 (88.28% from 255 or 69.23% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 3 (1.56% from 255 or 0.92% from 325); Max value from RGB is 225 - color contains mainly: red. Hex color #E16103 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16103 is #1E9EFC. Grayscale: #7D7D7D. Windows color (decimal): -2006781 or 221665. OLE color: 221665.

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

Color convert

RGB 225 97 3 -
CMYK 0 0.57 0.99 0.12
HSL 25.41º 0.97% 0.45% -
HSV(B) 25.41º 0.99% 0.88% -
XYZ 35.34 24.56 2.96 -
YUV 124.56 59.41 199.64 -
System Red Green Blue C M Y K H S L
Decimal 225 97 3 0 0.57 0.99 0.12 25.41 0.97 0.45
Hex E1 61 3 0 39 63 C 19 61 2D
Octal 341 141 3 0 71 143 14 31 141 55
Binary 11100001 1100001 11 0 111001 1100011 1100 11001 1100001 101101

Color Harmonies of #E16103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16103

Black with #E16103

Text Example


Text Example

White with #E16103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16103; }

 p { color: rgb(225,97,3); }

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

background-color css

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

 a { background-color: rgb(225,97,3); }

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

border-color css

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

 span { border-color: rgb(225,97,3); }

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