#E6DD92

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

Shades of Primrose #E6DD92

Tints of Primrose #E6DD92

Color information

#E6DD92 (or 0xE6DD92) is unknown color: approx Primrose. HEX triplet: E6, DD and 92. RGB value is (230,221,146). Sum of RGB (Red+Green+Blue) = 230+221+146=597 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.53% from 597); Green value is 221 (86.72% from 255 or 37.02% from 597); Blue value is 146 (57.42% from 255 or 24.46% from 597); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DD92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6DD92 is #19226D. Grayscale: #D7D7D7. Windows color (decimal): -1647214 or 9625062. OLE color: 9625062.

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

Color convert

RGB230221146-
CMYK00.040.370.10
HSL53.57º62.69%73.73%-
HSV(B)53.57º36.52%90.2%-
XYZ63.6870.6137.47-
YUV215.1488.98138.6-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.53%
GREEN value IS 221 (86.72% from 255) = 37.02%
BLUE value IS 146 (57.42% from 255) = 24.46%
R=38.53%
G=37.02%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.37
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23022114600.040.370.1053.5762.6973.73
HexE6DD920425A363f4a
Octal3463352220445126677112
Binary111001101101110110010010010010010110101101101111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DD92; }

 p { color: rgb(230,221,146); }

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

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

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

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

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

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

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