#ECDE97

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

Shades of Primrose #ECDE97

Tints of Primrose #ECDE97

Color information

#ECDE97 (or 0xECDE97) is unknown color: approx Primrose. HEX triplet: EC, DE and 97. RGB value is (236,222,151). Sum of RGB (Red+Green+Blue) = 236+222+151=609 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.75% from 609); Green value is 222 (87.11% from 255 or 36.45% from 609); Blue value is 151 (59.38% from 255 or 24.79% from 609); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDE97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDE97 is #132168. Grayscale: #DADADA. Windows color (decimal): -1253737 or 9953004. OLE color: 9953004.

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

Color convert

RGB236222151-
CMYK00.060.360.07
HSL50.12º69.11%75.88%-
HSV(B)50.12º36.02%92.55%-
XYZ66.372.3139.74-
YUV218.0990.14140.77-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.75%
GREEN value IS 222 (87.11% from 255) = 36.45%
BLUE value IS 151 (59.38% from 255) = 24.79%
R=38.75%
G=36.45%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622215100.060.360.0750.1269.1175.88
HexECDE970624732454c
Octal3543362270644762105114
Binary111011001101111010010111011010010011111001010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDE97; }

 p { color: rgb(236,222,151); }

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

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

 a { background-color: rgb(236,222,151); }

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

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

 span { border-color: rgb(236,222,151); }

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