Html Css Color HEX #EDD787 Buff

📋 copy color: '#EDD787'

red 237 ◦ green 215 ◦ blue 135

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

Shades of Buff #EDD787

Tints of Buff #EDD787

RGB

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

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

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

R = 40.37%
G = 36.63%
B = 23%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EDD787 (or 0xEDD787) is known color: Buff. HEX triplet: ED, D7 and 87. RGB value is (237,215,135). Sum of RGB (Red+Green+Blue) = 237+215+135=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 215 (84.38% from 255 or 36.63% from 587); Blue value is 135 (53.12% from 255 or 23.00% from 587); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD787 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD787 is #122878. Grayscale: #D4D4D4. Windows color (decimal): -1190009 or 8902637. OLE color: 8902637.

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

Color convert

RGB 237 215 135 -
CMYK 0 0.09 0.43 0.07
HSL 47.06º 0.74% 0.73% -
HSV(B) 47.06º 0.43% 0.93% -
XYZ 63.6 68.35 32.76 -
YUV 212.46 84.29 145.5 -
System Red Green Blue C M Y K H S L
Decimal 237 215 135 0 0.09 0.43 0.07 47.06 0.74 0.73
Hex ED D7 87 0 9 2B 7 2F 4A 49
Octal 355 327 207 0 11 53 7 57 112 111
Binary 11101101 11010111 10000111 0 1001 101011 111 101111 1001010 1001001

Color Harmonies of #EDD787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD787

Black with #EDD787

Text Example


Text Example

White with #EDD787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD787; }

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

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

background-color css

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

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

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

border-color css

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

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

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