Html Css Color HEX #EDD587 Buff

📋 copy color: '#EDD587'

red 237 ◦ green 213 ◦ blue 135

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

Shades of Buff #EDD587

Tints of Buff #EDD587

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.41%

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

R = 40.51%
G = 36.41%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EDD587 (or 0xEDD587) is known color: Buff. HEX triplet: ED, D5 and 87. RGB value is (237,213,135). Sum of RGB (Red+Green+Blue) = 237+213+135=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 213 (83.59% from 255 or 36.41% from 585); Blue value is 135 (53.12% from 255 or 23.08% from 585); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD587 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD587 is #122A78. Grayscale: #D3D3D3. Windows color (decimal): -1190521 or 8902125. OLE color: 8902125.

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

Color convert

RGB 237 213 135 -
CMYK 0 0.10 0.43 0.07
HSL 45.88º 0.74% 0.73% -
HSV(B) 45.88º 0.43% 0.93% -
XYZ 63.09 67.34 32.59 -
YUV 211.28 84.95 146.34 -
System Red Green Blue C M Y K H S L
Decimal 237 213 135 0 0.10 0.43 0.07 45.88 0.74 0.73
Hex ED D5 87 0 A 2B 7 2E 4A 49
Octal 355 325 207 0 12 53 7 56 112 111
Binary 11101101 11010101 10000111 0 1010 101011 111 101110 1001010 1001001

Color Harmonies of #EDD587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD587

Black with #EDD587

Text Example


Text Example

White with #EDD587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD587; }

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

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

background-color css

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

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

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

border-color css

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

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

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