Html Css Color HEX #E16307 Persimmon

📋 copy color: '#E16307'

red 225 ◦ green 99 ◦ blue 7

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

Shades of Persimmon #E16307

Tints of Persimmon #E16307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.11%

R = 67.98%
G = 29.91%
B = 2.11%

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

#E16307 (or 0xE16307) is known color: Persimmon. HEX triplet: E1, 63 and 07. RGB value is (225,99,7). Sum of RGB (Red+Green+Blue) = 225+99+7=331 (43% of max value = 765). Red value is 225 (88.28% from 255 or 67.98% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 7 (3.12% from 255 or 2.11% from 331); Max value from RGB is 225 - color contains mainly: red. Hex color #E16307 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16307 is #1E9CF8. Grayscale: #7E7E7E. Windows color (decimal): -2006265 or 484321. OLE color: 484321.

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

Color convert

RGB 225 99 7 -
CMYK 0 0.56 0.97 0.12
HSL 25.32º 0.94% 0.45% -
HSV(B) 25.32º 0.97% 0.88% -
XYZ 35.55 24.95 3.14 -
YUV 126.19 60.74 198.48 -
System Red Green Blue C M Y K H S L
Decimal 225 99 7 0 0.56 0.97 0.12 25.32 0.94 0.45
Hex E1 63 7 0 38 61 C 19 5E 2D
Octal 341 143 7 0 70 141 14 31 136 55
Binary 11100001 1100011 111 0 111000 1100001 1100 11001 1011110 101101

Color Harmonies of #E16307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16307

Black with #E16307

Text Example


Text Example

White with #E16307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16307; }

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

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

background-color css

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

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

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

border-color css

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

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

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