Html Css Color HEX #ECD484 Buff

📋 copy color: '#ECD484'

red 236 ◦ green 212 ◦ blue 132

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

Shades of Buff #ECD484

Tints of Buff #ECD484

RGB

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

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

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

R = 40.69%
G = 36.55%
B = 22.76%

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

#ECD484 (or 0xECD484) is known color: Buff. HEX triplet: EC, D4 and 84. RGB value is (236,212,132). Sum of RGB (Red+Green+Blue) = 236+212+132=580 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.69% from 580); Green value is 212 (83.20% from 255 or 36.55% from 580); Blue value is 132 (51.95% from 255 or 22.76% from 580); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD484 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD484 is #132B7B. Grayscale: #D2D2D2. Windows color (decimal): -1256316 or 8705260. OLE color: 8705260.

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

Color convert

RGB 236 212 132 -
CMYK 0 0.10 0.44 0.07
HSL 46.15º 0.73% 0.72% -
HSV(B) 46.15º 0.44% 0.93% -
XYZ 62.3 66.59 31.4 -
YUV 210.06 83.95 146.5 -
System Red Green Blue C M Y K H S L
Decimal 236 212 132 0 0.10 0.44 0.07 46.15 0.73 0.72
Hex EC D4 84 0 A 2C 7 2E 49 48
Octal 354 324 204 0 12 54 7 56 111 110
Binary 11101100 11010100 10000100 0 1010 101100 111 101110 1001001 1001000

Color Harmonies of #ECD484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD484

Black with #ECD484

Text Example


Text Example

White with #ECD484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD484; }

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

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

background-color css

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

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

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

border-color css

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

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

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