Html Css Color HEX #EEDA8D Buff

📋 copy color: '#EEDA8D'

red 238 ◦ green 218 ◦ blue 141

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

Shades of Buff #EEDA8D

Tints of Buff #EEDA8D

RGB

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

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

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

R = 39.87%
G = 36.52%
B = 23.62%

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

#EEDA8D (or 0xEEDA8D) is known color: Buff. HEX triplet: EE, DA and 8D. RGB value is (238,218,141). Sum of RGB (Red+Green+Blue) = 238+218+141=597 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.87% from 597); Green value is 218 (85.55% from 255 or 36.52% from 597); Blue value is 141 (55.47% from 255 or 23.62% from 597); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDA8D is #112572. Grayscale: #D7D7D7. Windows color (decimal): -1123699 or 9296622. OLE color: 9296622.

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

Color convert

RGB 238 218 141 -
CMYK 0 0.08 0.41 0.07
HSL 47.63º 0.74% 0.74% -
HSV(B) 47.63º 0.41% 0.93% -
XYZ 65.14 70.24 35.32 -
YUV 215.2 86.13 144.26 -
System Red Green Blue C M Y K H S L
Decimal 238 218 141 0 0.08 0.41 0.07 47.63 0.74 0.74
Hex EE DA 8D 0 8 29 7 30 4A 4A
Octal 356 332 215 0 10 51 7 60 112 112
Binary 11101110 11011010 10001101 0 1000 101001 111 110000 1001010 1001010

Color Harmonies of #EEDA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDA8D

Black with #EEDA8D

Text Example


Text Example

White with #EEDA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDA8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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