Html Css Color HEX #EEDA8F Buff

📋 copy color: '#EEDA8F'

red 238 ◦ green 218 ◦ blue 143

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

Shades of Buff #EEDA8F

Tints of Buff #EEDA8F

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.39%

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

R = 39.73%
G = 36.39%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EEDA8F (or 0xEEDA8F) is known color: Buff. HEX triplet: EE, DA and 8F. RGB value is (238,218,143). Sum of RGB (Red+Green+Blue) = 238+218+143=599 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.73% from 599); Green value is 218 (85.55% from 255 or 36.39% from 599); Blue value is 143 (56.25% from 255 or 23.87% from 599); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDA8F is #112570. Grayscale: #D7D7D7. Windows color (decimal): -1123697 or 9427694. OLE color: 9427694.

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

Color convert

RGB 238 218 143 -
CMYK 0 0.08 0.40 0.07
HSL 47.37º 0.74% 0.75% -
HSV(B) 47.37º 0.4% 0.93% -
XYZ 65.29 70.3 36.12 -
YUV 215.43 87.13 144.1 -
System Red Green Blue C M Y K H S L
Decimal 238 218 143 0 0.08 0.40 0.07 47.37 0.74 0.75
Hex EE DA 8F 0 8 28 7 2F 4A 4B
Octal 356 332 217 0 10 50 7 57 112 113
Binary 11101110 11011010 10001111 0 1000 101000 111 101111 1001010 1001011

Color Harmonies of #EEDA8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDA8F

Black with #EEDA8F

Text Example


Text Example

White with #EEDA8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDA8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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