Html Css Color HEX #ECD485 Buff

📋 copy color: '#ECD485'

red 236 ◦ green 212 ◦ blue 133

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

Shades of Buff #ECD485

Tints of Buff #ECD485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 22.89%

R = 40.62%
G = 36.49%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#ECD485 (or 0xECD485) is known color: Buff. HEX triplet: EC, D4 and 85. RGB value is (236,212,133). Sum of RGB (Red+Green+Blue) = 236+212+133=581 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.62% from 581); Green value is 212 (83.20% from 255 or 36.49% from 581); Blue value is 133 (52.34% from 255 or 22.89% from 581); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD485 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD485 is #132B7A. Grayscale: #D2D2D2. Windows color (decimal): -1256315 or 8770796. OLE color: 8770796.

HSL color Cylindrical-coordinate representation of color #ECD485: hue angle of 46.02º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ECD485 is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 212 133 -
CMYK 0 0.10 0.44 0.07
HSL 46.02º 0.73% 0.72% -
HSV(B) 46.02º 0.44% 0.93% -
XYZ 62.37 66.61 31.76 -
YUV 210.17 84.45 146.42 -
System Red Green Blue C M Y K H S L
Decimal 236 212 133 0 0.10 0.44 0.07 46.02 0.73 0.72
Hex EC D4 85 0 A 2C 7 2E 49 48
Octal 354 324 205 0 12 54 7 56 111 110
Binary 11101100 11010100 10000101 0 1010 101100 111 101110 1001001 1001000

Color Harmonies of #ECD485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD485

Black with #ECD485

Text Example


Text Example

White with #ECD485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD485; }

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

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

background-color css

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

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

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

border-color css

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

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

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