#E8DD8F

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

Shades of Primrose #E8DD8F

Tints of Primrose #E8DD8F

Color information

#E8DD8F (or 0xE8DD8F) is unknown color: approx Primrose. HEX triplet: E8, DD and 8F. RGB value is (232,221,143). Sum of RGB (Red+Green+Blue) = 232+221+143=596 (78% of max value = 765). Red value is 232 (91.02% from 255 or 38.93% from 596); Green value is 221 (86.72% from 255 or 37.08% from 596); Blue value is 143 (56.25% from 255 or 23.99% from 596); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DD8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8DD8F is #172270. Grayscale: #D7D7D7. Windows color (decimal): -1516145 or 9428456. OLE color: 9428456.

HSL color Cylindrical-coordinate representation of color #E8DD8F: hue angle of 52.58º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E8DD8F is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB232221143-
CMYK00.050.380.09
HSL52.58º65.93%73.53%-
HSV(B)52.58º38.36%90.98%-
XYZ64.0970.8536.28-
YUV215.487.14139.84-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.93%
GREEN value IS 221 (86.72% from 255) = 37.08%
BLUE value IS 143 (56.25% from 255) = 23.99%
R=38.93%
G=37.08%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23222114300.050.380.0952.5865.9373.53
HexE8DD8F0526935424a
Octal35033521705461165102112
Binary1110100011011101100011110101100110100111010110000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DD8F; }

 p { color: rgb(232,221,143); }

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

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

 a { background-color: rgb(232,221,143); }

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

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

 span { border-color: rgb(232,221,143); }

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