#E6E39C

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

Shades of Primrose #E6E39C

Tints of Primrose #E6E39C

Color information

#E6E39C (or 0xE6E39C) is unknown color: approx Primrose. HEX triplet: E6, E3 and 9C. RGB value is (230,227,156). Sum of RGB (Red+Green+Blue) = 230+227+156=613 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.52% from 613); Green value is 227 (89.06% from 255 or 37.03% from 613); Blue value is 156 (61.33% from 255 or 25.45% from 613); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E39C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6E39C is #191C63. Grayscale: #DCDCDC. Windows color (decimal): -1645668 or 10281958. OLE color: 10281958.

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

Color convert

RGB230227156-
CMYK00.010.320.10
HSL57.57º59.68%75.69%-
HSV(B)57.57º32.17%90.2%-
XYZ66.174.1642.28-
YUV219.891.99135.27-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.52%
GREEN value IS 227 (89.06% from 255) = 37.03%
BLUE value IS 156 (61.33% from 255) = 25.45%
R=37.52%
G=37.03%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.32
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23022715600.010.320.1057.5759.6875.69
HexE6E39C0120A3a3c4c
Octal3463432340140127274114
Binary1110011011100011100111000110000010101110101111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6E39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6E39C; }

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

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

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

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

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

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

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

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