Html Css Color HEX #EEDB8F Buff

📋 copy color: '#EEDB8F'

red 238 ◦ green 219 ◦ blue 143

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

Shades of Buff #EEDB8F

Tints of Buff #EEDB8F

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.5%

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

R = 39.67%
G = 36.5%
B = 23.83%

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

#EEDB8F (or 0xEEDB8F) is known color: Buff. HEX triplet: EE, DB and 8F. RGB value is (238,219,143). Sum of RGB (Red+Green+Blue) = 238+219+143=600 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.67% from 600); Green value is 219 (85.94% from 255 or 36.5% from 600); Blue value is 143 (56.25% from 255 or 23.83% from 600); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDB8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDB8F is #112470. Grayscale: #D8D8D8. Windows color (decimal): -1123441 or 9427950. OLE color: 9427950.

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

Color convert

RGB 238 219 143 -
CMYK 0 0.08 0.40 0.07
HSL 48º 0.74% 0.75% -
HSV(B) 48º 0.4% 0.93% -
XYZ 65.55 70.82 36.2 -
YUV 216.02 86.79 143.68 -
System Red Green Blue C M Y K H S L
Decimal 238 219 143 0 0.08 0.40 0.07 48 0.74 0.75
Hex EE DB 8F 0 8 28 7 30 4A 4B
Octal 356 333 217 0 10 50 7 60 112 113
Binary 11101110 11011011 10001111 0 1000 101000 111 110000 1001010 1001011

Color Harmonies of #EEDB8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDB8F

Black with #EEDB8F

Text Example


Text Example

White with #EEDB8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDB8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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