Html Css Color HEX #EED985 Buff

📋 copy color: '#EED985'

red 238 ◦ green 217 ◦ blue 133

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

Shades of Buff #EED985

Tints of Buff #EED985

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.9%

 BLUE value IS 133 (52.34% from 255) = 22.62%

R = 40.48%
G = 36.9%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EED985 (or 0xEED985) is known color: Buff. HEX triplet: EE, D9 and 85. RGB value is (238,217,133). Sum of RGB (Red+Green+Blue) = 238+217+133=588 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.48% from 588); Green value is 217 (85.16% from 255 or 36.90% from 588); Blue value is 133 (52.34% from 255 or 22.62% from 588); Max value from RGB is 238 - color contains mainly: red. Hex color #EED985 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED985 is #11267A. Grayscale: #D6D6D6. Windows color (decimal): -1123963 or 8772078. OLE color: 8772078.

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

Color convert

RGB 238 217 133 -
CMYK 0 0.09 0.44 0.07
HSL 48º 0.76% 0.73% -
HSV(B) 48º 0.44% 0.93% -
XYZ 64.31 69.5 32.22 -
YUV 213.7 82.46 145.33 -
System Red Green Blue C M Y K H S L
Decimal 238 217 133 0 0.09 0.44 0.07 48 0.76 0.73
Hex EE D9 85 0 9 2C 7 30 4C 49
Octal 356 331 205 0 11 54 7 60 114 111
Binary 11101110 11011001 10000101 0 1001 101100 111 110000 1001100 1001001

Color Harmonies of #EED985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED985

Black with #EED985

Text Example


Text Example

White with #EED985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED985; }

 p { color: rgb(238,217,133); }

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

background-color css

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

 a { background-color: rgb(238,217,133); }

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

border-color css

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

 span { border-color: rgb(238,217,133); }

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