Html Css Color HEX #ECD385 Buff

📋 copy color: '#ECD385'

red 236 ◦ green 211 ◦ blue 133

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

Shades of Buff #ECD385

Tints of Buff #ECD385

RGB

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

 GREEN value IS 211 (82.81% from 255) = 36.38%

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

R = 40.69%
G = 36.38%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#ECD385 (or 0xECD385) is known color: Buff. HEX triplet: EC, D3 and 85. RGB value is (236,211,133). Sum of RGB (Red+Green+Blue) = 236+211+133=580 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.69% from 580); Green value is 211 (82.81% from 255 or 36.38% from 580); Blue value is 133 (52.34% from 255 or 22.93% from 580); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD385 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD385 is #132C7A. Grayscale: #D1D1D1. Windows color (decimal): -1256571 or 8770540. OLE color: 8770540.

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

Color convert

RGB 236 211 133 -
CMYK 0 0.11 0.44 0.07
HSL 45.44º 0.73% 0.72% -
HSV(B) 45.44º 0.44% 0.93% -
XYZ 62.12 66.11 31.68 -
YUV 209.58 84.78 146.84 -
System Red Green Blue C M Y K H S L
Decimal 236 211 133 0 0.11 0.44 0.07 45.44 0.73 0.72
Hex EC D3 85 0 B 2C 7 2D 49 48
Octal 354 323 205 0 13 54 7 55 111 110
Binary 11101100 11010011 10000101 0 1011 101100 111 101101 1001001 1001000

Color Harmonies of #ECD385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD385

Black with #ECD385

Text Example


Text Example

White with #ECD385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD385; }

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

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

background-color css

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

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

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

border-color css

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

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

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