Html Css Color HEX #ECD387 Buff

📋 copy color: '#ECD387'

red 236 ◦ green 211 ◦ blue 135

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

Shades of Buff #ECD387

Tints of Buff #ECD387

RGB

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

 GREEN value IS 211 (82.81% from 255) = 36.25%

 BLUE value IS 135 (53.13% from 255) = 23.2%

R = 40.55%
G = 36.25%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#ECD387 (or 0xECD387) is known color: Buff. HEX triplet: EC, D3 and 87. RGB value is (236,211,135). Sum of RGB (Red+Green+Blue) = 236+211+135=582 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.55% from 582); Green value is 211 (82.81% from 255 or 36.25% from 582); Blue value is 135 (53.12% from 255 or 23.20% from 582); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD387 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD387 is #132C78. Grayscale: #D2D2D2. Windows color (decimal): -1256569 or 8901612. OLE color: 8901612.

HSL color Cylindrical-coordinate representation of color #ECD387: hue angle of 45.15º 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 #ECD387 is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 211 135 -
CMYK 0 0.11 0.43 0.07
HSL 45.15º 0.73% 0.73% -
HSV(B) 45.15º 0.43% 0.93% -
XYZ 62.26 66.17 32.41 -
YUV 209.81 85.78 146.68 -
System Red Green Blue C M Y K H S L
Decimal 236 211 135 0 0.11 0.43 0.07 45.15 0.73 0.73
Hex EC D3 87 0 B 2B 7 2D 49 49
Octal 354 323 207 0 13 53 7 55 111 111
Binary 11101100 11010011 10000111 0 1011 101011 111 101101 1001001 1001001

Color Harmonies of #ECD387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD387

Black with #ECD387

Text Example


Text Example

White with #ECD387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD387; }

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

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

background-color css

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

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

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

border-color css

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

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

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