Html Css Color HEX #EDD688 Buff

📋 copy color: '#EDD688'

red 237 ◦ green 214 ◦ blue 136

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

Shades of Buff #EDD688

Tints of Buff #EDD688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 23.17%

R = 40.37%
G = 36.46%
B = 23.17%

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

#EDD688 (or 0xEDD688) is known color: Buff. HEX triplet: ED, D6 and 88. RGB value is (237,214,136). Sum of RGB (Red+Green+Blue) = 237+214+136=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 214 (83.98% from 255 or 36.46% from 587); Blue value is 136 (53.52% from 255 or 23.17% from 587); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD688 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD688 is #122977. Grayscale: #D4D4D4. Windows color (decimal): -1190264 or 8967917. OLE color: 8967917.

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

Color convert

RGB 237 214 136 -
CMYK 0 0.10 0.43 0.07
HSL 46.34º 0.74% 0.73% -
HSV(B) 46.34º 0.43% 0.93% -
XYZ 63.42 67.88 33.05 -
YUV 211.99 85.12 145.84 -
System Red Green Blue C M Y K H S L
Decimal 237 214 136 0 0.10 0.43 0.07 46.34 0.74 0.73
Hex ED D6 88 0 A 2B 7 2E 4A 49
Octal 355 326 210 0 12 53 7 56 112 111
Binary 11101101 11010110 10001000 0 1010 101011 111 101110 1001010 1001001

Color Harmonies of #EDD688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD688

Black with #EDD688

Text Example


Text Example

White with #EDD688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD688; }

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

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

background-color css

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

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

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

border-color css

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

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

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