Html Css Color HEX #EED87D Buff

📋 copy color: '#EED87D'

red 238 ◦ green 216 ◦ blue 125

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

Shades of Buff #EED87D

Tints of Buff #EED87D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.31%

 BLUE value IS 125 (49.22% from 255) = 21.59%

R = 41.11%
G = 37.31%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EED87D (or 0xEED87D) is known color: Buff. HEX triplet: EE, D8 and 7D. RGB value is (238,216,125). Sum of RGB (Red+Green+Blue) = 238+216+125=579 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.11% from 579); Green value is 216 (84.77% from 255 or 37.31% from 579); Blue value is 125 (49.22% from 255 or 21.59% from 579); Max value from RGB is 238 - color contains mainly: red. Hex color #EED87D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED87D is #112782. Grayscale: #D4D4D4. Windows color (decimal): -1124227 or 8247534. OLE color: 8247534.

HSL color Cylindrical-coordinate representation of color #EED87D: hue angle of 48.32º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EED87D is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 216 125 -
CMYK 0 0.09 0.47 0.07
HSL 48.32º 0.77% 0.71% -
HSV(B) 48.32º 0.47% 0.93% -
XYZ 63.52 68.77 29.33 -
YUV 212.2 78.79 146.4 -
System Red Green Blue C M Y K H S L
Decimal 238 216 125 0 0.09 0.47 0.07 48.32 0.77 0.71
Hex EE D8 7D 0 9 2F 7 30 4D 47
Octal 356 330 175 0 11 57 7 60 115 107
Binary 11101110 11011000 1111101 0 1001 101111 111 110000 1001101 1000111

Color Harmonies of #EED87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED87D

Black with #EED87D

Text Example


Text Example

White with #EED87D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED87D; }

 p { color: rgb(238,216,125); }

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

background-color css

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

 a { background-color: rgb(238,216,125); }

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

border-color css

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

 span { border-color: rgb(238,216,125); }

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