Html Css Color HEX #EDD387 Buff

📋 copy color: '#EDD387'

red 237 ◦ green 211 ◦ blue 135

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

Shades of Buff #EDD387

Tints of Buff #EDD387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 23.16%

R = 40.65%
G = 36.19%
B = 23.16%

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

#EDD387 (or 0xEDD387) is known color: Buff. HEX triplet: ED, D3 and 87. RGB value is (237,211,135). Sum of RGB (Red+Green+Blue) = 237+211+135=583 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.65% from 583); Green value is 211 (82.81% from 255 or 36.19% from 583); Blue value is 135 (53.12% from 255 or 23.16% from 583); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD387 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD387 is #122C78. Grayscale: #D2D2D2. Windows color (decimal): -1191033 or 8901613. OLE color: 8901613.

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

Color convert

RGB 237 211 135 -
CMYK 0 0.11 0.43 0.07
HSL 44.71º 0.74% 0.73% -
HSV(B) 44.71º 0.43% 0.93% -
XYZ 62.59 66.34 32.43 -
YUV 210.11 85.61 147.18 -
System Red Green Blue C M Y K H S L
Decimal 237 211 135 0 0.11 0.43 0.07 44.71 0.74 0.73
Hex ED D3 87 0 B 2B 7 2D 4A 49
Octal 355 323 207 0 13 53 7 55 112 111
Binary 11101101 11010011 10000111 0 1011 101011 111 101101 1001010 1001001

Color Harmonies of #EDD387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD387

Black with #EDD387

Text Example


Text Example

White with #EDD387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD387; }

 p { color: rgb(237,211,135); }

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

background-color css

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

 a { background-color: rgb(237,211,135); }

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

border-color css

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

 span { border-color: rgb(237,211,135); }

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