Html Css Color HEX #ECD384 Buff

📋 copy color: '#ECD384'

red 236 ◦ green 211 ◦ blue 132

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

Shades of Buff #ECD384

Tints of Buff #ECD384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 22.8%

R = 40.76%
G = 36.44%
B = 22.8%

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

#ECD384 (or 0xECD384) is known color: Buff. HEX triplet: EC, D3 and 84. RGB value is (236,211,132). Sum of RGB (Red+Green+Blue) = 236+211+132=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 211 (82.81% from 255 or 36.44% from 579); Blue value is 132 (51.95% from 255 or 22.80% from 579); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD384 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD384 is #132C7B. Grayscale: #D1D1D1. Windows color (decimal): -1256572 or 8705004. OLE color: 8705004.

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

Color convert

RGB 236 211 132 -
CMYK 0 0.11 0.44 0.07
HSL 45.58º 0.73% 0.72% -
HSV(B) 45.58º 0.44% 0.93% -
XYZ 62.05 66.09 31.32 -
YUV 209.47 84.28 146.92 -
System Red Green Blue C M Y K H S L
Decimal 236 211 132 0 0.11 0.44 0.07 45.58 0.73 0.72
Hex EC D3 84 0 B 2C 7 2E 49 48
Octal 354 323 204 0 13 54 7 56 111 110
Binary 11101100 11010011 10000100 0 1011 101100 111 101110 1001001 1001000

Color Harmonies of #ECD384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD384

Black with #ECD384

Text Example


Text Example

White with #ECD384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD384; }

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

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

background-color css

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

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

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

border-color css

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

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

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