Html Css Color HEX #EEDA88 Buff

📋 copy color: '#EEDA88'

red 238 ◦ green 218 ◦ blue 136

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

Shades of Buff #EEDA88

Tints of Buff #EEDA88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 22.97%

R = 40.2%
G = 36.82%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EEDA88 (or 0xEEDA88) is known color: Buff. HEX triplet: EE, DA and 88. RGB value is (238,218,136). Sum of RGB (Red+Green+Blue) = 238+218+136=592 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.20% from 592); Green value is 218 (85.55% from 255 or 36.82% from 592); Blue value is 136 (53.52% from 255 or 22.97% from 592); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDA88 is #112577. Grayscale: #D6D6D6. Windows color (decimal): -1123704 or 8968942. OLE color: 8968942.

HSL color Cylindrical-coordinate representation of color #EEDA88: hue angle of 48.24º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EEDA88 is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 218 136 -
CMYK 0 0.08 0.43 0.07
HSL 48.24º 0.75% 0.73% -
HSV(B) 48.24º 0.43% 0.93% -
XYZ 64.78 70.1 33.41 -
YUV 214.63 83.63 144.67 -
System Red Green Blue C M Y K H S L
Decimal 238 218 136 0 0.08 0.43 0.07 48.24 0.75 0.73
Hex EE DA 88 0 8 2B 7 30 4B 49
Octal 356 332 210 0 10 53 7 60 113 111
Binary 11101110 11011010 10001000 0 1000 101011 111 110000 1001011 1001001

Color Harmonies of #EEDA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDA88

Black with #EEDA88

Text Example


Text Example

White with #EEDA88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDA88; }

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

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

background-color css

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

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

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

border-color css

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

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

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