Html Css Color HEX #E65511 Persimmon

📋 copy color: '#E65511'

red 230 ◦ green 85 ◦ blue 17

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

Shades of Persimmon #E65511

Tints of Persimmon #E65511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.12%

R = 69.28%
G = 25.6%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#E65511 (or 0xE65511) is known color: Persimmon. HEX triplet: E6, 55 and 11. RGB value is (230,85,17). Sum of RGB (Red+Green+Blue) = 230+85+17=332 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.28% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 17 (7.03% from 255 or 5.12% from 332); Max value from RGB is 230 - color contains mainly: red. Hex color #E65511 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65511 is #19AAEE. Grayscale: #797979. Windows color (decimal): -1682159 or 1136102. OLE color: 1136102.

HSL color Cylindrical-coordinate representation of color #E65511: hue angle of 19.15º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E65511 is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 85 17 -
CMYK 0 0.63 0.93 0.10
HSL 19.15º 0.86% 0.48% -
HSV(B) 19.15º 0.93% 0.9% -
XYZ 35.98 23.36 3.14 -
YUV 120.6 69.54 206.03 -
System Red Green Blue C M Y K H S L
Decimal 230 85 17 0 0.63 0.93 0.10 19.15 0.86 0.48
Hex E6 55 11 0 3F 5D A 13 56 30
Octal 346 125 21 0 77 135 12 23 126 60
Binary 11100110 1010101 10001 0 111111 1011101 1010 10011 1010110 110000

Color Harmonies of #E65511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65511

Black with #E65511

Text Example


Text Example

White with #E65511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65511; }

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

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

background-color css

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

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

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

border-color css

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

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

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