Html Css Color HEX #E66011 Persimmon

📋 copy color: '#E66011'

red 230 ◦ green 96 ◦ blue 17

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

Shades of Persimmon #E66011

Tints of Persimmon #E66011

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.99%

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

R = 67.06%
G = 27.99%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#E66011 (or 0xE66011) is known color: Persimmon. HEX triplet: E6, 60 and 11. RGB value is (230,96,17). Sum of RGB (Red+Green+Blue) = 230+96+17=343 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.06% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 17 (7.03% from 255 or 4.96% from 343); Max value from RGB is 230 - color contains mainly: red. Hex color #E66011 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E66011 is #199FEE. Grayscale: #7F7F7F. Windows color (decimal): -1679343 or 1138918. OLE color: 1138918.

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

Color convert

RGB 230 96 17 -
CMYK 0 0.58 0.93 0.10
HSL 22.25º 0.86% 0.48% -
HSV(B) 22.25º 0.93% 0.9% -
XYZ 36.92 25.23 3.45 -
YUV 127.06 65.89 201.42 -
System Red Green Blue C M Y K H S L
Decimal 230 96 17 0 0.58 0.93 0.10 22.25 0.86 0.48
Hex E6 60 11 0 3A 5D A 16 56 30
Octal 346 140 21 0 72 135 12 26 126 60
Binary 11100110 1100000 10001 0 111010 1011101 1010 10110 1010110 110000

Color Harmonies of #E66011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66011

Black with #E66011

Text Example


Text Example

White with #E66011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66011; }

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

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

background-color css

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

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

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

border-color css

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

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

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