Html Css Color HEX #ECD280 Buff

📋 copy color: '#ECD280'

red 236 ◦ green 210 ◦ blue 128

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

Shades of Buff #ECD280

Tints of Buff #ECD280

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.59%

 BLUE value IS 128 (50.39% from 255) = 22.3%

R = 41.11%
G = 36.59%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#ECD280 (or 0xECD280) is known color: Buff. HEX triplet: EC, D2 and 80. RGB value is (236,210,128). Sum of RGB (Red+Green+Blue) = 236+210+128=574 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.11% from 574); Green value is 210 (82.42% from 255 or 36.59% from 574); Blue value is 128 (50.39% from 255 or 22.30% from 574); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD280 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD280 is #132D7F. Grayscale: #D0D0D0. Windows color (decimal): -1256832 or 8442604. OLE color: 8442604.

HSL color Cylindrical-coordinate representation of color #ECD280: hue angle of 45.56º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ECD280 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 210 128 -
CMYK 0 0.11 0.46 0.07
HSL 45.56º 0.74% 0.71% -
HSV(B) 45.56º 0.46% 0.93% -
XYZ 61.53 65.48 29.82 -
YUV 208.43 82.61 147.67 -
System Red Green Blue C M Y K H S L
Decimal 236 210 128 0 0.11 0.46 0.07 45.56 0.74 0.71
Hex EC D2 80 0 B 2E 7 2E 4A 47
Octal 354 322 200 0 13 56 7 56 112 107
Binary 11101100 11010010 10000000 0 1011 101110 111 101110 1001010 1000111

Color Harmonies of #ECD280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD280

Black with #ECD280

Text Example


Text Example

White with #ECD280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD280; }

 p { color: rgb(236,210,128); }

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

background-color css

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

 a { background-color: rgb(236,210,128); }

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

border-color css

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

 span { border-color: rgb(236,210,128); }

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