#ECD388

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

Shades of Buff #ECD388

Tints of Buff #ECD388

Color information

#ECD388 (or 0xECD388) is unknown color: approx Buff. HEX triplet: EC, D3 and 88. RGB value is (236,211,136). Sum of RGB (Red+Green+Blue) = 236+211+136=583 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.48% from 583); Green value is 211 (82.81% from 255 or 36.19% from 583); Blue value is 136 (53.52% from 255 or 23.33% from 583); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD388 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD388 is #132C77. Grayscale: #D2D2D2. Windows color (decimal): -1256568 or 8967148. OLE color: 8967148.

HSL color Cylindrical-coordinate representation of color #ECD388: hue angle of 45º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ECD388 is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB236211136-
CMYK00.110.420.07
HSL45º72.46%72.94%-
HSV(B)45º42.37%92.55%-
XYZ62.3366.232.79-
YUV209.9286.28146.6-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.48%
GREEN value IS 211 (82.81% from 255) = 36.19%
BLUE value IS 136 (53.52% from 255) = 23.33%
R=40.48%
G=36.19%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621113600.110.420.074572.4672.94
HexECD3880B2A72d4849
Octal35432321001352755110111
Binary1110110011010011100010000101110101011110110110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD388; }

 p { color: rgb(236,211,136); }

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

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

 a { background-color: rgb(236,211,136); }

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

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

 span { border-color: rgb(236,211,136); }

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