Html Css Color HEX #EDD586 Buff

📋 copy color: '#EDD586'

red 237 ◦ green 213 ◦ blue 134

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

Shades of Buff #EDD586

Tints of Buff #EDD586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 22.95%

R = 40.58%
G = 36.47%
B = 22.95%

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

#EDD586 (or 0xEDD586) is known color: Buff. HEX triplet: ED, D5 and 86. RGB value is (237,213,134). Sum of RGB (Red+Green+Blue) = 237+213+134=584 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.58% from 584); Green value is 213 (83.59% from 255 or 36.47% from 584); Blue value is 134 (52.73% from 255 or 22.95% from 584); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD586 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD586 is #122A79. Grayscale: #D3D3D3. Windows color (decimal): -1190522 or 8836589. OLE color: 8836589.

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

Color convert

RGB 237 213 134 -
CMYK 0 0.10 0.43 0.07
HSL 46.02º 0.74% 0.73% -
HSV(B) 46.02º 0.43% 0.93% -
XYZ 63.02 67.31 32.23 -
YUV 211.17 84.45 146.42 -
System Red Green Blue C M Y K H S L
Decimal 237 213 134 0 0.10 0.43 0.07 46.02 0.74 0.73
Hex ED D5 86 0 A 2B 7 2E 4A 49
Octal 355 325 206 0 12 53 7 56 112 111
Binary 11101101 11010101 10000110 0 1010 101011 111 101110 1001010 1001001

Color Harmonies of #EDD586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD586

Black with #EDD586

Text Example


Text Example

White with #EDD586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD586; }

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

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

background-color css

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

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

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

border-color css

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

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

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