Html Css Color HEX #E65016 Persimmon

📋 copy color: '#E65016'

red 230 ◦ green 80 ◦ blue 22

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

Shades of Persimmon #E65016

Tints of Persimmon #E65016

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.1%

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

R = 69.28%
G = 24.1%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.10

RGB Variations

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

Color information

#E65016 (or 0xE65016) is known color: Persimmon. HEX triplet: E6, 50 and 16. RGB value is (230,80,22). Sum of RGB (Red+Green+Blue) = 230+80+22=332 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.28% from 332); Green value is 80 (31.64% from 255 or 24.10% from 332); Blue value is 22 (8.98% from 255 or 6.63% from 332); Max value from RGB is 230 - color contains mainly: red. Hex color #E65016 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65016 is #19AFE9. Grayscale: #767676. Windows color (decimal): -1683434 or 1462502. OLE color: 1462502.

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

Color convert

RGB 230 80 22 -
CMYK 0 0.65 0.90 0.10
HSL 16.73º 0.83% 0.49% -
HSV(B) 16.73º 0.9% 0.9% -
XYZ 35.65 22.62 3.25 -
YUV 118.24 73.7 207.72 -
System Red Green Blue C M Y K H S L
Decimal 230 80 22 0 0.65 0.90 0.10 16.73 0.83 0.49
Hex E6 50 16 0 41 5A A 11 53 31
Octal 346 120 26 0 101 132 12 21 123 61
Binary 11100110 1010000 10110 0 1000001 1011010 1010 10001 1010011 110001

Color Harmonies of #E65016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65016

Black with #E65016

Text Example


Text Example

White with #E65016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65016; }

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

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

background-color css

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

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

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

border-color css

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

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

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