#EED67E

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

Shades of Buff #EED67E

Tints of Buff #EED67E

Color information

#EED67E (or 0xEED67E) is unknown color: approx Buff. HEX triplet: EE, D6 and 7E. RGB value is (238,214,126). Sum of RGB (Red+Green+Blue) = 238+214+126=578 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.18% from 578); Green value is 214 (83.98% from 255 or 37.02% from 578); Blue value is 126 (49.61% from 255 or 21.80% from 578); Max value from RGB is 238 - color contains mainly: red. Hex color #EED67E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED67E is #112981. Grayscale: #D3D3D3. Windows color (decimal): -1124738 or 8312558. OLE color: 8312558.

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

Color convert

RGB238214126-
CMYK00.100.470.07
HSL47.14º76.71%71.37%-
HSV(B)47.14º47.06%93.33%-
XYZ63.0767.7829.5-
YUV211.1479.95147.16-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.18%
GREEN value IS 214 (83.98% from 255) = 37.02%
BLUE value IS 126 (49.61% from 255) = 21.80%
R=41.18%
G=37.02%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821412600.100.470.0747.1476.7171.37
HexEED67E0A2F72f4d47
Octal35632617601257757115107
Binary111011101101011011111100101010111111110111110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED67E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED67E; }

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

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

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

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

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

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

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

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