#EED68B

Color #EED68B Buff (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buff #EED68B

Tints of Buff #EED68B

Color information

#EED68B (or 0xEED68B) is unknown color: approx Buff. HEX triplet: EE, D6 and 8B. RGB value is (238,214,139). Sum of RGB (Red+Green+Blue) = 238+214+139=591 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.27% from 591); Green value is 214 (83.98% from 255 or 36.21% from 591); Blue value is 139 (54.69% from 255 or 23.52% from 591); Max value from RGB is 238 - color contains mainly: red. Hex color #EED68B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED68B is #112974. Grayscale: #D4D4D4. Windows color (decimal): -1124725 or 9164526. OLE color: 9164526.

HSL color Cylindrical-coordinate representation of color #EED68B: hue angle of 45.45º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EED68B is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB238214139-
CMYK00.100.420.07
HSL45.45º74.44%73.92%-
HSV(B)45.45º41.6%93.33%-
XYZ63.9768.1334.21-
YUV212.6386.45146.1-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.27%
GREEN value IS 214 (83.98% from 255) = 36.21%
BLUE value IS 139 (54.69% from 255) = 23.52%
R=40.27%
G=36.21%
B=23.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821413900.100.420.0745.4574.4473.92
HexEED68B0A2A72d4a4a
Octal35632621301252755112112
Binary1110111011010110100010110101010101011110110110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED68B; }

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

 H1.HeaderClassName
 {
   color: #EED68B;
 }
 .AnyTagClassName
 {
   color: #EED68B;
 }
</style>
background-color css

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

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

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

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

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

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