#E6DC97

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

Shades of Primrose #E6DC97

Tints of Primrose #E6DC97

Color information

#E6DC97 (or 0xE6DC97) is unknown color: approx Primrose. HEX triplet: E6, DC and 97. RGB value is (230,220,151). Sum of RGB (Red+Green+Blue) = 230+220+151=601 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.27% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 151 (59.38% from 255 or 25.12% from 601); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DC97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6DC97 is #192368. Grayscale: #D7D7D7. Windows color (decimal): -1647465 or 9952486. OLE color: 9952486.

HSL color Cylindrical-coordinate representation of color #E6DC97: hue angle of 52.41º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E6DC97 is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.10.

Color convert

RGB230220151-
CMYK00.040.340.10
HSL52.41º61.24%74.71%-
HSV(B)52.41º34.35%90.2%-
XYZ63.8170.2439.47-
YUV215.1291.81138.61-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.27%
GREEN value IS 220 (86.33% from 255) = 36.61%
BLUE value IS 151 (59.38% from 255) = 25.12%
R=38.27%
G=36.61%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.34
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23022015100.040.340.1052.4161.2474.71
HexE6DC970422A343d4b
Octal3463342270442126475113
Binary111001101101110010010111010010001010101101001111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DC97; }

 p { color: rgb(230,220,151); }

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

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

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

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

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

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

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