Html Css Color HEX #E16203 Persimmon

📋 copy color: '#E16203'

red 225 ◦ green 98 ◦ blue 3

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

Shades of Persimmon #E16203

Tints of Persimmon #E16203

RGB

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

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

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

R = 69.02%
G = 30.06%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E16203 (or 0xE16203) is known color: Persimmon. HEX triplet: E1, 62 and 03. RGB value is (225,98,3). Sum of RGB (Red+Green+Blue) = 225+98+3=326 (43% of max value = 765). Red value is 225 (88.28% from 255 or 69.02% from 326); Green value is 98 (38.67% from 255 or 30.06% from 326); Blue value is 3 (1.56% from 255 or 0.92% from 326); Max value from RGB is 225 - color contains mainly: red. Hex color #E16203 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16203 is #1E9DFC. Grayscale: #7D7D7D. Windows color (decimal): -2006525 or 221921. OLE color: 221921.

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

Color convert

RGB 225 98 3 -
CMYK 0 0.56 0.99 0.12
HSL 25.68º 0.97% 0.45% -
HSV(B) 25.68º 0.99% 0.88% -
XYZ 35.44 24.75 3 -
YUV 125.14 59.08 199.22 -
System Red Green Blue C M Y K H S L
Decimal 225 98 3 0 0.56 0.99 0.12 25.68 0.97 0.45
Hex E1 62 3 0 38 63 C 1A 61 2D
Octal 341 142 3 0 70 143 14 32 141 55
Binary 11100001 1100010 11 0 111000 1100011 1100 11010 1100001 101101

Color Harmonies of #E16203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16203

Black with #E16203

Text Example


Text Example

White with #E16203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16203; }

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

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

background-color css

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

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

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

border-color css

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

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

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