Html Css Color HEX #EEDB8C Buff

📋 copy color: '#EEDB8C'

red 238 ◦ green 219 ◦ blue 140

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

Shades of Buff #EEDB8C

Tints of Buff #EEDB8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 23.45%

R = 39.87%
G = 36.68%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EEDB8C (or 0xEEDB8C) is known color: Buff. HEX triplet: EE, DB and 8C. RGB value is (238,219,140). Sum of RGB (Red+Green+Blue) = 238+219+140=597 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.87% from 597); Green value is 219 (85.94% from 255 or 36.68% from 597); Blue value is 140 (55.08% from 255 or 23.45% from 597); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDB8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDB8C is #112473. Grayscale: #D8D8D8. Windows color (decimal): -1123444 or 9231342. OLE color: 9231342.

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

Color convert

RGB 238 219 140 -
CMYK 0 0.08 0.41 0.07
HSL 48.37º 0.74% 0.74% -
HSV(B) 48.37º 0.41% 0.93% -
XYZ 65.33 70.73 35.02 -
YUV 215.68 85.29 143.92 -
System Red Green Blue C M Y K H S L
Decimal 238 219 140 0 0.08 0.41 0.07 48.37 0.74 0.74
Hex EE DB 8C 0 8 29 7 30 4A 4A
Octal 356 333 214 0 10 51 7 60 112 112
Binary 11101110 11011011 10001100 0 1000 101001 111 110000 1001010 1001010

Color Harmonies of #EEDB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDB8C

Black with #EEDB8C

Text Example


Text Example

White with #EEDB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDB8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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