Html Css Color HEX #EED486 Buff

📋 copy color: '#EED486'

red 238 ◦ green 212 ◦ blue 134

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

Shades of Buff #EED486

Tints of Buff #EED486

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.3%

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

R = 40.75%
G = 36.3%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EED486 (or 0xEED486) is known color: Buff. HEX triplet: EE, D4 and 86. RGB value is (238,212,134). Sum of RGB (Red+Green+Blue) = 238+212+134=584 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.75% from 584); Green value is 212 (83.20% from 255 or 36.30% from 584); Blue value is 134 (52.73% from 255 or 22.95% from 584); Max value from RGB is 238 - color contains mainly: red. Hex color #EED486 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED486 is #112B79. Grayscale: #D3D3D3. Windows color (decimal): -1125242 or 8836334. OLE color: 8836334.

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

Color convert

RGB 238 212 134 -
CMYK 0 0.11 0.44 0.07
HSL 45º 0.75% 0.73% -
HSV(B) 45º 0.44% 0.93% -
XYZ 63.11 66.99 32.16 -
YUV 210.88 84.61 147.34 -
System Red Green Blue C M Y K H S L
Decimal 238 212 134 0 0.11 0.44 0.07 45 0.75 0.73
Hex EE D4 86 0 B 2C 7 2D 4B 49
Octal 356 324 206 0 13 54 7 55 113 111
Binary 11101110 11010100 10000110 0 1011 101100 111 101101 1001011 1001001

Color Harmonies of #EED486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED486

Black with #EED486

Text Example


Text Example

White with #EED486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED486; }

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

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

background-color css

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

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

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

border-color css

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

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

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