#ECD381

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

Shades of Buff #ECD381

Tints of Buff #ECD381

Color information

#ECD381 (or 0xECD381) is unknown color: approx Buff. HEX triplet: EC, D3 and 81. RGB value is (236,211,129). Sum of RGB (Red+Green+Blue) = 236+211+129=576 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.97% from 576); Green value is 211 (82.81% from 255 or 36.63% from 576); Blue value is 129 (50.78% from 255 or 22.40% from 576); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD381 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD381 is #132C7E. Grayscale: #D1D1D1. Windows color (decimal): -1256575 or 8508396. OLE color: 8508396.

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

Color convert

RGB236211129-
CMYK00.110.450.07
HSL45.98º73.79%71.57%-
HSV(B)45.98º45.34%92.55%-
XYZ61.8566.0130.25-
YUV209.1382.78147.17-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.97%
GREEN value IS 211 (82.81% from 255) = 36.63%
BLUE value IS 129 (50.78% from 255) = 22.40%
R=40.97%
G=36.63%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621112900.110.450.0745.9873.7971.57
HexECD3810B2D72e4a48
Octal35432320101355756112110
Binary1110110011010011100000010101110110111110111010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD381; }

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

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

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

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

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

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

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

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