#E6E69C

Color #E6E69C Primrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Primrose #E6E69C

Tints of Primrose #E6E69C

Color information

#E6E69C (or 0xE6E69C) is unknown color: approx Primrose. HEX triplet: E6, E6 and 9C. RGB value is (230,230,156). Sum of RGB (Red+Green+Blue) = 230+230+156=616 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.34% from 616); Green value is 230 (90.23% from 255 or 37.34% from 616); Blue value is 156 (61.33% from 255 or 25.32% from 616); Max value from RGB is 230 - color contains mainly: red, green. Hex color #E6E69C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6E69C is #191963. Grayscale: #DDDDDD. Windows color (decimal): -1644900 or 10282726. OLE color: 10282726.

HSL color Cylindrical-coordinate representation of color #E6E69C: hue angle of 60º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E6E69C is Cyan = 0, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB230230156-
CMYK000.320.10
HSL60º59.68%75.69%-
HSV(B)60º32.17%90.2%-
XYZ66.9375.8242.56-
YUV221.5691134.02-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.34%
GREEN value IS 230 (90.23% from 255) = 37.34%
BLUE value IS 156 (61.33% from 255) = 25.32%
R=37.34%
G=37.34%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230230156000.320.106059.6875.69
HexE6E69C0020A3c3c4c
Octal3463462340040127474114
Binary1110011011100110100111000010000010101111001111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6E69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6E69C; }

 p { color: rgb(230,230,156); }

 H1.HeaderClassName
 {
   color: #E6E69C;
 }
 .AnyTagClassName
 {
   color: #E6E69C;
 }
</style>
background-color css

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

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

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

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

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

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