Html Css Color HEX #EDD486 Buff

📋 copy color: '#EDD486'

red 237 ◦ green 212 ◦ blue 134

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

Shades of Buff #EDD486

Tints of Buff #EDD486

RGB

 RED value IS 237 (92.97% from 255) = 40.65%

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

 BLUE value IS 134 (52.73% from 255) = 22.98%

R = 40.65%
G = 36.36%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EDD486 (or 0xEDD486) is known color: Buff. HEX triplet: ED, D4 and 86. RGB value is (237,212,134). Sum of RGB (Red+Green+Blue) = 237+212+134=583 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.65% from 583); Green value is 212 (83.20% from 255 or 36.36% from 583); Blue value is 134 (52.73% from 255 or 22.98% from 583); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD486 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD486 is #122B79. Grayscale: #D2D2D2. Windows color (decimal): -1190778 or 8836333. OLE color: 8836333.

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

Color convert

RGB 237 212 134 -
CMYK 0 0.11 0.43 0.07
HSL 45.44º 0.74% 0.73% -
HSV(B) 45.44º 0.43% 0.93% -
XYZ 62.77 66.81 32.14 -
YUV 210.58 84.78 146.84 -
System Red Green Blue C M Y K H S L
Decimal 237 212 134 0 0.11 0.43 0.07 45.44 0.74 0.73
Hex ED D4 86 0 B 2B 7 2D 4A 49
Octal 355 324 206 0 13 53 7 55 112 111
Binary 11101101 11010100 10000110 0 1011 101011 111 101101 1001010 1001001

Color Harmonies of #EDD486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD486

Black with #EDD486

Text Example


Text Example

White with #EDD486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD486; }

 p { color: rgb(237,212,134); }

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

background-color css

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

 a { background-color: rgb(237,212,134); }

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

border-color css

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

 span { border-color: rgb(237,212,134); }

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