Html Css Color HEX #EED87E Buff

📋 copy color: '#EED87E'

red 238 ◦ green 216 ◦ blue 126

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

Shades of Buff #EED87E

Tints of Buff #EED87E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 21.72%

R = 41.03%
G = 37.24%
B = 21.72%

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

#EED87E (or 0xEED87E) is known color: Buff. HEX triplet: EE, D8 and 7E. RGB value is (238,216,126). Sum of RGB (Red+Green+Blue) = 238+216+126=580 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.03% from 580); Green value is 216 (84.77% from 255 or 37.24% from 580); Blue value is 126 (49.61% from 255 or 21.72% from 580); Max value from RGB is 238 - color contains mainly: red. Hex color #EED87E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED87E is #112781. Grayscale: #D4D4D4. Windows color (decimal): -1124226 or 8313070. OLE color: 8313070.

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

Color convert

RGB 238 216 126 -
CMYK 0 0.09 0.47 0.07
HSL 48.21º 0.77% 0.71% -
HSV(B) 48.21º 0.47% 0.93% -
XYZ 63.58 68.8 29.67 -
YUV 212.32 79.29 146.32 -
System Red Green Blue C M Y K H S L
Decimal 238 216 126 0 0.09 0.47 0.07 48.21 0.77 0.71
Hex EE D8 7E 0 9 2F 7 30 4D 47
Octal 356 330 176 0 11 57 7 60 115 107
Binary 11101110 11011000 1111110 0 1001 101111 111 110000 1001101 1000111

Color Harmonies of #EED87E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED87E

Black with #EED87E

Text Example


Text Example

White with #EED87E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED87E; }

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

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

background-color css

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

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

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

border-color css

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

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

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