Html Css Color HEX #EED586 Buff

📋 copy color: '#EED586'

red 238 ◦ green 213 ◦ blue 134

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

Shades of Buff #EED586

Tints of Buff #EED586

RGB

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

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

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

R = 40.68%
G = 36.41%
B = 22.91%

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

#EED586 (or 0xEED586) is known color: Buff. HEX triplet: EE, D5 and 86. RGB value is (238,213,134). Sum of RGB (Red+Green+Blue) = 238+213+134=585 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.68% from 585); Green value is 213 (83.59% from 255 or 36.41% from 585); Blue value is 134 (52.73% from 255 or 22.91% from 585); Max value from RGB is 238 - color contains mainly: red. Hex color #EED586 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED586 is #112A79. Grayscale: #D3D3D3. Windows color (decimal): -1124986 or 8836590. OLE color: 8836590.

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

Color convert

RGB 238 213 134 -
CMYK 0 0.11 0.44 0.07
HSL 45.58º 0.75% 0.73% -
HSV(B) 45.58º 0.44% 0.93% -
XYZ 63.36 67.49 32.24 -
YUV 211.47 84.28 146.92 -
System Red Green Blue C M Y K H S L
Decimal 238 213 134 0 0.11 0.44 0.07 45.58 0.75 0.73
Hex EE D5 86 0 B 2C 7 2E 4B 49
Octal 356 325 206 0 13 54 7 56 113 111
Binary 11101110 11010101 10000110 0 1011 101100 111 101110 1001011 1001001

Color Harmonies of #EED586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED586

Black with #EED586

Text Example


Text Example

White with #EED586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED586; }

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

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

background-color css

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

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

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

border-color css

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

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

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