Html Css Color HEX #E66006 Persimmon

📋 copy color: '#E66006'

red 230 ◦ green 96 ◦ blue 6

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

Shades of Persimmon #E66006

Tints of Persimmon #E66006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.81%

R = 69.28%
G = 28.92%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.97

 K value IS 0.10

RGB Variations

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

Color information

#E66006 (or 0xE66006) is known color: Persimmon. HEX triplet: E6, 60 and 06. RGB value is (230,96,6). Sum of RGB (Red+Green+Blue) = 230+96+6=332 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.28% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 6 (2.73% from 255 or 1.81% from 332); Max value from RGB is 230 - color contains mainly: red. Hex color #E66006 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E66006 is #199FF9. Grayscale: #7E7E7E. Windows color (decimal): -1679354 or 418022. OLE color: 418022.

HSL color Cylindrical-coordinate representation of color #E66006: hue angle of 24.11º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E66006 is Cyan = 0, Magento = 0.58, Yellow = 0.97 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 96 6 -
CMYK 0 0.58 0.97 0.10
HSL 24.11º 0.95% 0.46% -
HSV(B) 24.11º 0.97% 0.9% -
XYZ 36.85 25.2 3.09 -
YUV 125.81 60.39 202.32 -
System Red Green Blue C M Y K H S L
Decimal 230 96 6 0 0.58 0.97 0.10 24.11 0.95 0.46
Hex E6 60 6 0 3A 61 A 18 5F 2E
Octal 346 140 6 0 72 141 12 30 137 56
Binary 11100110 1100000 110 0 111010 1100001 1010 11000 1011111 101110

Color Harmonies of #E66006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66006

Black with #E66006

Text Example


Text Example

White with #E66006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66006; }

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

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

background-color css

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

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

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

border-color css

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

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

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