Html Css Color HEX #EDD689 Buff

📋 copy color: '#EDD689'

red 237 ◦ green 214 ◦ blue 137

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

Shades of Buff #EDD689

Tints of Buff #EDD689

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.39%

 BLUE value IS 137 (53.91% from 255) = 23.3%

R = 40.31%
G = 36.39%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EDD689 (or 0xEDD689) is known color: Buff. HEX triplet: ED, D6 and 89. RGB value is (237,214,137). Sum of RGB (Red+Green+Blue) = 237+214+137=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 214 (83.98% from 255 or 36.39% from 588); Blue value is 137 (53.91% from 255 or 23.30% from 588); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD689 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD689 is #122976. Grayscale: #D4D4D4. Windows color (decimal): -1190263 or 9033453. OLE color: 9033453.

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

Color convert

RGB 237 214 137 -
CMYK 0 0.10 0.42 0.07
HSL 46.2º 0.74% 0.73% -
HSV(B) 46.2º 0.42% 0.93% -
XYZ 63.49 67.9 33.43 -
YUV 212.1 85.62 145.76 -
System Red Green Blue C M Y K H S L
Decimal 237 214 137 0 0.10 0.42 0.07 46.2 0.74 0.73
Hex ED D6 89 0 A 2A 7 2E 4A 49
Octal 355 326 211 0 12 52 7 56 112 111
Binary 11101101 11010110 10001001 0 1010 101010 111 101110 1001010 1001001

Color Harmonies of #EDD689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD689

Black with #EDD689

Text Example


Text Example

White with #EDD689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD689; }

 p { color: rgb(237,214,137); }

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

background-color css

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

 a { background-color: rgb(237,214,137); }

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

border-color css

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

 span { border-color: rgb(237,214,137); }

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