#ECDB8F

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

Shades of Primrose #ECDB8F

Tints of Primrose #ECDB8F

Color information

#ECDB8F (or 0xECDB8F) is unknown color: approx Primrose. HEX triplet: EC, DB and 8F. RGB value is (236,219,143). Sum of RGB (Red+Green+Blue) = 236+219+143=598 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.46% from 598); Green value is 219 (85.94% from 255 or 36.62% from 598); Blue value is 143 (56.25% from 255 or 23.91% from 598); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDB8F is #132470. Grayscale: #D7D7D7. Windows color (decimal): -1254513 or 9427948. OLE color: 9427948.

HSL color Cylindrical-coordinate representation of color #ECDB8F: hue angle of 49.03º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ECDB8F is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB236219143-
CMYK00.070.390.07
HSL49.03º70.99%74.31%-
HSV(B)49.03º39.41%92.55%-
XYZ64.8870.4836.17-
YUV215.4287.13142.68-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.46%
GREEN value IS 219 (85.94% from 255) = 36.62%
BLUE value IS 143 (56.25% from 255) = 23.91%
R=39.46%
G=36.62%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621914300.070.390.0749.0370.9974.31
HexECDB8F0727731474a
Octal3543332170747761107112
Binary111011001101101110001111011110011111111000110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDB8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDB8F; }

 p { color: rgb(236,219,143); }

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

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

 a { background-color: rgb(236,219,143); }

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

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

 span { border-color: rgb(236,219,143); }

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