Html Css Color HEX #ECD488 Buff

📋 copy color: '#ECD488'

red 236 ◦ green 212 ◦ blue 136

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

Shades of Buff #ECD488

Tints of Buff #ECD488

RGB

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

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

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

R = 40.41%
G = 36.3%
B = 23.29%

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

#ECD488 (or 0xECD488) is known color: Buff. HEX triplet: EC, D4 and 88. RGB value is (236,212,136). Sum of RGB (Red+Green+Blue) = 236+212+136=584 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.41% from 584); Green value is 212 (83.20% from 255 or 36.30% from 584); Blue value is 136 (53.52% from 255 or 23.29% from 584); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD488 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD488 is #132B77. Grayscale: #D2D2D2. Windows color (decimal): -1256312 or 8967404. OLE color: 8967404.

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

Color convert

RGB 236 212 136 -
CMYK 0 0.10 0.42 0.07
HSL 45.6º 0.72% 0.73% -
HSV(B) 45.6º 0.42% 0.93% -
XYZ 62.58 66.7 32.87 -
YUV 210.51 85.95 146.18 -
System Red Green Blue C M Y K H S L
Decimal 236 212 136 0 0.10 0.42 0.07 45.6 0.72 0.73
Hex EC D4 88 0 A 2A 7 2E 48 49
Octal 354 324 210 0 12 52 7 56 110 111
Binary 11101100 11010100 10001000 0 1010 101010 111 101110 1001000 1001001

Color Harmonies of #ECD488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD488

Black with #ECD488

Text Example


Text Example

White with #ECD488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD488; }

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

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

background-color css

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

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

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

border-color css

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

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

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