Html Css Color HEX #ECD486 Buff

📋 copy color: '#ECD486'

red 236 ◦ green 212 ◦ blue 134

#ECD486
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Buff #ECD486

Tints of Buff #ECD486

RGB

 RED value IS 236 (92.58% from 255) = 40.55%

 GREEN value IS 212 (83.2% from 255) = 36.43%

 BLUE value IS 134 (52.73% from 255) = 23.02%

R = 40.55%
G = 36.43%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#ECD486 (or 0xECD486) is known color: Buff. HEX triplet: EC, D4 and 86. RGB value is (236,212,134). Sum of RGB (Red+Green+Blue) = 236+212+134=582 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.55% from 582); Green value is 212 (83.20% from 255 or 36.43% from 582); Blue value is 134 (52.73% from 255 or 23.02% from 582); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD486 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD486 is #132B79. Grayscale: #D2D2D2. Windows color (decimal): -1256314 or 8836332. OLE color: 8836332.

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

Color convert

RGB 236 212 134 -
CMYK 0 0.10 0.43 0.07
HSL 45.88º 0.73% 0.73% -
HSV(B) 45.88º 0.43% 0.93% -
XYZ 62.44 66.64 32.13 -
YUV 210.28 84.95 146.34 -
System Red Green Blue C M Y K H S L
Decimal 236 212 134 0 0.10 0.43 0.07 45.88 0.73 0.73
Hex EC D4 86 0 A 2B 7 2E 49 49
Octal 354 324 206 0 12 53 7 56 111 111
Binary 11101100 11010100 10000110 0 1010 101011 111 101110 1001001 1001001

Color Harmonies of #ECD486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD486

Black with #ECD486

Text Example


Text Example

White with #ECD486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD486; }

 p { color: rgb(236,212,134); }

 H1.HeaderClassName
 {
   color: #ECD486;
 }
 .AnyTagClassName
 {
   color: #ECD486;
 }
</style>

background-color css

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

 a { background-color: rgb(236,212,134); }

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

border-color css

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

 span { border-color: rgb(236,212,134); }

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