#ECDC8E

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

Shades of Primrose #ECDC8E

Tints of Primrose #ECDC8E

Color information

#ECDC8E (or 0xECDC8E) is unknown color: approx Primrose. HEX triplet: EC, DC and 8E. RGB value is (236,220,142). Sum of RGB (Red+Green+Blue) = 236+220+142=598 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.46% from 598); Green value is 220 (86.33% from 255 or 36.79% from 598); Blue value is 142 (55.86% from 255 or 23.75% from 598); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDC8E is #132371. Grayscale: #D8D8D8. Windows color (decimal): -1254258 or 9362668. OLE color: 9362668.

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

Color convert

RGB236220142-
CMYK00.070.400.07
HSL49.79º71.21%74.12%-
HSV(B)49.79º39.83%92.55%-
XYZ65.0770.9735.86-
YUV215.8986.3142.34-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.46%
GREEN value IS 220 (86.33% from 255) = 36.79%
BLUE value IS 142 (55.86% from 255) = 23.75%
R=39.46%
G=36.79%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622014200.070.400.0749.7971.2174.12
HexECDC8E0728732474a
Octal3543342160750762107112
Binary111011001101110010001110011110100011111001010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDC8E; }

 p { color: rgb(236,220,142); }

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

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

 a { background-color: rgb(236,220,142); }

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

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

 span { border-color: rgb(236,220,142); }

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