#ECDD95

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

Shades of Primrose #ECDD95

Tints of Primrose #ECDD95

Color information

#ECDD95 (or 0xECDD95) is unknown color: approx Primrose. HEX triplet: EC, DD and 95. RGB value is (236,221,149). Sum of RGB (Red+Green+Blue) = 236+221+149=606 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.94% from 606); Green value is 221 (86.72% from 255 or 36.47% from 606); Blue value is 149 (58.59% from 255 or 24.59% from 606); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDD95 is #13226A. Grayscale: #D9D9D9. Windows color (decimal): -1253995 or 9821676. OLE color: 9821676.

HSL color Cylindrical-coordinate representation of color #ECDD95: hue angle of 49.66º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ECDD95 is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB236221149-
CMYK00.060.370.07
HSL49.66º69.6%75.49%-
HSV(B)49.66º36.86%92.55%-
XYZ65.8771.7238.8-
YUV217.2889.47141.35-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.94%
GREEN value IS 221 (86.72% from 255) = 36.47%
BLUE value IS 149 (58.59% from 255) = 24.59%
R=38.94%
G=36.47%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622114900.060.370.0749.6669.675.49
HexECDD950625732464b
Octal3543352250645762106113
Binary111011001101110110010101011010010111111001010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDD95; }

 p { color: rgb(236,221,149); }

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

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

 a { background-color: rgb(236,221,149); }

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

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

 span { border-color: rgb(236,221,149); }

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