#E6D68E

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

Shades of Primrose #E6D68E

Tints of Primrose #E6D68E

Color information

#E6D68E (or 0xE6D68E) is unknown color: approx Primrose. HEX triplet: E6, D6 and 8E. RGB value is (230,214,142). Sum of RGB (Red+Green+Blue) = 230+214+142=586 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.25% from 586); Green value is 214 (83.98% from 255 or 36.52% from 586); Blue value is 142 (55.86% from 255 or 24.23% from 586); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D68E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D68E is #192971. Grayscale: #D2D2D2. Windows color (decimal): -1649010 or 9361126. OLE color: 9361126.

HSL color Cylindrical-coordinate representation of color #E6D68E: hue angle of 49.09º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E6D68E is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB230214142-
CMYK00.070.380.10
HSL49.09º63.77%72.94%-
HSV(B)49.09º38.26%90.2%-
XYZ61.5666.8735.25-
YUV210.5889.3141.85-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.25%
GREEN value IS 214 (83.98% from 255) = 36.52%
BLUE value IS 142 (55.86% from 255) = 24.23%
R=39.25%
G=36.52%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23021414200.070.380.1049.0963.7772.94
HexE6D68E0726A314049
Octal34632621607461261100111
Binary1110011011010110100011100111100110101011000110000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D68E; }

 p { color: rgb(230,214,142); }

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

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

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

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

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

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

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