Html Css Color HEX #EED786 Buff

📋 copy color: '#EED786'

red 238 ◦ green 215 ◦ blue 134

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

Shades of Buff #EED786

Tints of Buff #EED786

RGB

 RED value IS 238 (93.36% from 255) = 40.55%

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

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

R = 40.55%
G = 36.63%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EED786 (or 0xEED786) is known color: Buff. HEX triplet: EE, D7 and 86. RGB value is (238,215,134). Sum of RGB (Red+Green+Blue) = 238+215+134=587 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.55% from 587); Green value is 215 (84.38% from 255 or 36.63% from 587); Blue value is 134 (52.73% from 255 or 22.83% from 587); Max value from RGB is 238 - color contains mainly: red. Hex color #EED786 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED786 is #112879. Grayscale: #D4D4D4. Windows color (decimal): -1124474 or 8837102. OLE color: 8837102.

HSL color Cylindrical-coordinate representation of color #EED786: hue angle of 46.73º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EED786 is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 215 134 -
CMYK 0 0.10 0.44 0.07
HSL 46.73º 0.75% 0.73% -
HSV(B) 46.73º 0.44% 0.93% -
XYZ 63.86 68.5 32.41 -
YUV 212.64 83.62 146.09 -
System Red Green Blue C M Y K H S L
Decimal 238 215 134 0 0.10 0.44 0.07 46.73 0.75 0.73
Hex EE D7 86 0 A 2C 7 2F 4B 49
Octal 356 327 206 0 12 54 7 57 113 111
Binary 11101110 11010111 10000110 0 1010 101100 111 101111 1001011 1001001

Color Harmonies of #EED786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED786

Black with #EED786

Text Example


Text Example

White with #EED786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED786; }

 p { color: rgb(238,215,134); }

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

background-color css

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

 a { background-color: rgb(238,215,134); }

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

border-color css

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

 span { border-color: rgb(238,215,134); }

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