Html Css Color HEX #E65516 Persimmon

📋 copy color: '#E65516'

red 230 ◦ green 85 ◦ blue 22

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

Shades of Persimmon #E65516

Tints of Persimmon #E65516

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.22%

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

R = 68.25%
G = 25.22%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.10

RGB Variations

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

Color information

#E65516 (or 0xE65516) is known color: Persimmon. HEX triplet: E6, 55 and 16. RGB value is (230,85,22). Sum of RGB (Red+Green+Blue) = 230+85+22=337 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.25% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 22 (8.98% from 255 or 6.53% from 337); Max value from RGB is 230 - color contains mainly: red. Hex color #E65516 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65516 is #19AAE9. Grayscale: #797979. Windows color (decimal): -1682154 or 1463782. OLE color: 1463782.

HSL color Cylindrical-coordinate representation of color #E65516: hue angle of 18.17º 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 #E65516 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 85 22 -
CMYK 0 0.63 0.90 0.10
HSL 18.17º 0.83% 0.49% -
HSV(B) 18.17º 0.9% 0.9% -
XYZ 36.03 23.38 3.37 -
YUV 121.17 72.04 205.62 -
System Red Green Blue C M Y K H S L
Decimal 230 85 22 0 0.63 0.90 0.10 18.17 0.83 0.49
Hex E6 55 16 0 3F 5A A 12 53 31
Octal 346 125 26 0 77 132 12 22 123 61
Binary 11100110 1010101 10110 0 111111 1011010 1010 10010 1010011 110001

Color Harmonies of #E65516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65516

Black with #E65516

Text Example


Text Example

White with #E65516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65516; }

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

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

background-color css

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

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

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

border-color css

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

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

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