Html Css Color HEX #EED688 Buff

📋 copy color: '#EED688'

red 238 ◦ green 214 ◦ blue 136

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

Shades of Buff #EED688

Tints of Buff #EED688

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.39%

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

R = 40.48%
G = 36.39%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EED688 (or 0xEED688) is known color: Buff. HEX triplet: EE, D6 and 88. RGB value is (238,214,136). Sum of RGB (Red+Green+Blue) = 238+214+136=588 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.48% from 588); Green value is 214 (83.98% from 255 or 36.39% from 588); Blue value is 136 (53.52% from 255 or 23.13% from 588); Max value from RGB is 238 - color contains mainly: red. Hex color #EED688 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED688 is #112977. Grayscale: #D4D4D4. Windows color (decimal): -1124728 or 8967918. OLE color: 8967918.

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

Color convert

RGB 238 214 136 -
CMYK 0 0.10 0.43 0.07
HSL 45.88º 0.75% 0.73% -
HSV(B) 45.88º 0.43% 0.93% -
XYZ 63.75 68.05 33.07 -
YUV 212.28 84.95 146.34 -
System Red Green Blue C M Y K H S L
Decimal 238 214 136 0 0.10 0.43 0.07 45.88 0.75 0.73
Hex EE D6 88 0 A 2B 7 2E 4B 49
Octal 356 326 210 0 12 53 7 56 113 111
Binary 11101110 11010110 10001000 0 1010 101011 111 101110 1001011 1001001

Color Harmonies of #EED688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED688

Black with #EED688

Text Example


Text Example

White with #EED688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED688; }

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

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

background-color css

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

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

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

border-color css

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

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

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