Html Css Color HEX #ECD588 Buff

📋 copy color: '#ECD588'

red 236 ◦ green 213 ◦ blue 136

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

Shades of Buff #ECD588

Tints of Buff #ECD588

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.41%

 BLUE value IS 136 (53.52% from 255) = 23.25%

R = 40.34%
G = 36.41%
B = 23.25%

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

#ECD588 (or 0xECD588) is known color: Buff. HEX triplet: EC, D5 and 88. RGB value is (236,213,136). Sum of RGB (Red+Green+Blue) = 236+213+136=585 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.34% from 585); Green value is 213 (83.59% from 255 or 36.41% from 585); Blue value is 136 (53.52% from 255 or 23.25% from 585); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD588 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD588 is #132A77. Grayscale: #D3D3D3. Windows color (decimal): -1256056 or 8967660. OLE color: 8967660.

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

Color convert

RGB 236 213 136 -
CMYK 0 0.10 0.42 0.07
HSL 46.2º 0.72% 0.73% -
HSV(B) 46.2º 0.42% 0.93% -
XYZ 62.83 67.2 32.95 -
YUV 211.1 85.62 145.76 -
System Red Green Blue C M Y K H S L
Decimal 236 213 136 0 0.10 0.42 0.07 46.2 0.72 0.73
Hex EC D5 88 0 A 2A 7 2E 48 49
Octal 354 325 210 0 12 52 7 56 110 111
Binary 11101100 11010101 10001000 0 1010 101010 111 101110 1001000 1001001

Color Harmonies of #ECD588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD588

Black with #ECD588

Text Example


Text Example

White with #ECD588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD588; }

 p { color: rgb(236,213,136); }

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

background-color css

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

 a { background-color: rgb(236,213,136); }

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

border-color css

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

 span { border-color: rgb(236,213,136); }

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