Html Css Color HEX #ECD489 Buff

📋 copy color: '#ECD489'

red 236 ◦ green 212 ◦ blue 137

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

Shades of Buff #ECD489

Tints of Buff #ECD489

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 23.42%

R = 40.34%
G = 36.24%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ECD489 (or 0xECD489) is known color: Buff. HEX triplet: EC, D4 and 89. RGB value is (236,212,137). Sum of RGB (Red+Green+Blue) = 236+212+137=585 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.34% from 585); Green value is 212 (83.20% from 255 or 36.24% from 585); Blue value is 137 (53.91% from 255 or 23.42% from 585); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD489 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD489 is #132B76. Grayscale: #D2D2D2. Windows color (decimal): -1256311 or 9032940. OLE color: 9032940.

HSL color Cylindrical-coordinate representation of color #ECD489: hue angle of 45.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 #ECD489 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 212 137 -
CMYK 0 0.10 0.42 0.07
HSL 45.45º 0.72% 0.73% -
HSV(B) 45.45º 0.42% 0.93% -
XYZ 62.65 66.73 33.24 -
YUV 210.63 86.45 146.1 -
System Red Green Blue C M Y K H S L
Decimal 236 212 137 0 0.10 0.42 0.07 45.45 0.72 0.73
Hex EC D4 89 0 A 2A 7 2D 48 49
Octal 354 324 211 0 12 52 7 55 110 111
Binary 11101100 11010100 10001001 0 1010 101010 111 101101 1001000 1001001

Color Harmonies of #ECD489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD489

Black with #ECD489

Text Example


Text Example

White with #ECD489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD489; }

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

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

background-color css

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

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

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

border-color css

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

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

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