Html Css Color HEX #EED88F Buff

📋 copy color: '#EED88F'

red 238 ◦ green 216 ◦ blue 143

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

Shades of Buff #EED88F

Tints of Buff #EED88F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 23.95%

R = 39.87%
G = 36.18%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EED88F (or 0xEED88F) is known color: Buff. HEX triplet: EE, D8 and 8F. RGB value is (238,216,143). Sum of RGB (Red+Green+Blue) = 238+216+143=597 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.87% from 597); Green value is 216 (84.77% from 255 or 36.18% from 597); Blue value is 143 (56.25% from 255 or 23.95% from 597); Max value from RGB is 238 - color contains mainly: red. Hex color #EED88F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED88F is #112770. Grayscale: #D6D6D6. Windows color (decimal): -1124209 or 9427182. OLE color: 9427182.

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

Color convert

RGB 238 216 143 -
CMYK 0 0.09 0.40 0.07
HSL 46.11º 0.74% 0.75% -
HSV(B) 46.11º 0.4% 0.93% -
XYZ 64.77 69.27 35.94 -
YUV 214.26 87.79 144.94 -
System Red Green Blue C M Y K H S L
Decimal 238 216 143 0 0.09 0.40 0.07 46.11 0.74 0.75
Hex EE D8 8F 0 9 28 7 2E 4A 4B
Octal 356 330 217 0 11 50 7 56 112 113
Binary 11101110 11011000 10001111 0 1001 101000 111 101110 1001010 1001011

Color Harmonies of #EED88F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED88F

Black with #EED88F

Text Example


Text Example

White with #EED88F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED88F; }

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

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

background-color css

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

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

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

border-color css

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

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

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