#ECD284

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

Shades of Buff #ECD284

Tints of Buff #ECD284

Color information

#ECD284 (or 0xECD284) is unknown color: approx Buff. HEX triplet: EC, D2 and 84. RGB value is (236,210,132). Sum of RGB (Red+Green+Blue) = 236+210+132=578 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.83% from 578); Green value is 210 (82.42% from 255 or 36.33% from 578); Blue value is 132 (51.95% from 255 or 22.84% from 578); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD284 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD284 is #132D7B. Grayscale: #D1D1D1. Windows color (decimal): -1256828 or 8704748. OLE color: 8704748.

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

Color convert

RGB236210132-
CMYK00.110.440.07
HSL45º73.24%72.16%-
HSV(B)45º44.07%92.55%-
XYZ61.865.5931.23-
YUV208.8884.61147.34-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.83%
GREEN value IS 210 (82.42% from 255) = 36.33%
BLUE value IS 132 (51.95% from 255) = 22.84%
R=40.83%
G=36.33%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621013200.110.440.074573.2472.16
HexECD2840B2C72d4948
Octal35432220401354755111110
Binary1110110011010010100001000101110110011110110110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD284; }

 p { color: rgb(236,210,132); }

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

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

 a { background-color: rgb(236,210,132); }

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

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

 span { border-color: rgb(236,210,132); }

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