Html Css Color HEX #EDD789 Buff

📋 copy color: '#EDD789'

red 237 ◦ green 215 ◦ blue 137

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

Shades of Buff #EDD789

Tints of Buff #EDD789

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.5%

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

R = 40.24%
G = 36.5%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EDD789 (or 0xEDD789) is known color: Buff. HEX triplet: ED, D7 and 89. RGB value is (237,215,137). Sum of RGB (Red+Green+Blue) = 237+215+137=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 215 (84.38% from 255 or 36.50% from 589); Blue value is 137 (53.91% from 255 or 23.26% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD789 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD789 is #122876. Grayscale: #D5D5D5. Windows color (decimal): -1190007 or 9033709. OLE color: 9033709.

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

Color convert

RGB 237 215 137 -
CMYK 0 0.09 0.42 0.07
HSL 46.8º 0.74% 0.73% -
HSV(B) 46.8º 0.42% 0.93% -
XYZ 63.74 68.41 33.51 -
YUV 212.69 85.29 145.34 -
System Red Green Blue C M Y K H S L
Decimal 237 215 137 0 0.09 0.42 0.07 46.8 0.74 0.73
Hex ED D7 89 0 9 2A 7 2F 4A 49
Octal 355 327 211 0 11 52 7 57 112 111
Binary 11101101 11010111 10001001 0 1001 101010 111 101111 1001010 1001001

Color Harmonies of #EDD789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD789

Black with #EDD789

Text Example


Text Example

White with #EDD789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD789; }

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

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

background-color css

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

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

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

border-color css

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

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

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