Html Css Color HEX #EED88D Buff

📋 copy color: '#EED88D'

red 238 ◦ green 216 ◦ blue 141

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

Shades of Buff #EED88D

Tints of Buff #EED88D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 23.7%

R = 40%
G = 36.3%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EED88D (or 0xEED88D) is known color: Buff. HEX triplet: EE, D8 and 8D. RGB value is (238,216,141). Sum of RGB (Red+Green+Blue) = 238+216+141=595 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40% from 595); Green value is 216 (84.77% from 255 or 36.30% from 595); Blue value is 141 (55.47% from 255 or 23.70% from 595); Max value from RGB is 238 - color contains mainly: red. Hex color #EED88D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED88D is #112772. Grayscale: #D6D6D6. Windows color (decimal): -1124211 or 9296110. OLE color: 9296110.

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

Color convert

RGB 238 216 141 -
CMYK 0 0.09 0.41 0.07
HSL 46.39º 0.74% 0.74% -
HSV(B) 46.39º 0.41% 0.93% -
XYZ 64.62 69.21 35.15 -
YUV 214.03 86.79 145.1 -
System Red Green Blue C M Y K H S L
Decimal 238 216 141 0 0.09 0.41 0.07 46.39 0.74 0.74
Hex EE D8 8D 0 9 29 7 2E 4A 4A
Octal 356 330 215 0 11 51 7 56 112 112
Binary 11101110 11011000 10001101 0 1001 101001 111 101110 1001010 1001010

Color Harmonies of #EED88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED88D

Black with #EED88D

Text Example


Text Example

White with #EED88D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED88D; }

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

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

background-color css

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

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

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

border-color css

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

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

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