Html Css Color HEX #E64516 Persimmon

📋 copy color: '#E64516'

red 230 ◦ green 69 ◦ blue 22

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

Shades of Persimmon #E64516

Tints of Persimmon #E64516

RGB

 RED value IS 230 (90.23% from 255) = 71.65%

 GREEN value IS 69 (27.34% from 255) = 21.5%

 BLUE value IS 22 (8.98% from 255) = 6.85%

R = 71.65%
G = 21.5%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.90

 K value IS 0.10

RGB Variations

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

Color information

#E64516 (or 0xE64516) is known color: Persimmon. HEX triplet: E6, 45 and 16. RGB value is (230,69,22). Sum of RGB (Red+Green+Blue) = 230+69+22=321 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.65% from 321); Green value is 69 (27.34% from 255 or 21.50% from 321); Blue value is 22 (8.98% from 255 or 6.85% from 321); Max value from RGB is 230 - color contains mainly: red. Hex color #E64516 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64516 is #19BAE9. Grayscale: #707070. Windows color (decimal): -1686250 or 1459686. OLE color: 1459686.

HSL color Cylindrical-coordinate representation of color #E64516: hue angle of 13.56º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E64516 is Cyan = 0, Magento = 0.7, Yellow = 0.90 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 69 22 -
CMYK 0 0.7 0.90 0.10
HSL 13.56º 0.83% 0.49% -
HSV(B) 13.56º 0.9% 0.9% -
XYZ 34.91 21.14 3 -
YUV 111.78 77.34 212.32 -
System Red Green Blue C M Y K H S L
Decimal 230 69 22 0 0.7 0.90 0.10 13.56 0.83 0.49
Hex E6 45 16 0 46 5A A E 53 31
Octal 346 105 26 0 106 132 12 16 123 61
Binary 11100110 1000101 10110 0 1000110 1011010 1010 1110 1010011 110001

Color Harmonies of #E64516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64516

Black with #E64516

Text Example


Text Example

White with #E64516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64516; }

 p { color: rgb(230,69,22); }

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

background-color css

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

 a { background-color: rgb(230,69,22); }

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

border-color css

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

 span { border-color: rgb(230,69,22); }

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