#EFD489

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

Shades of Buff #EFD489

Tints of Buff #EFD489

Color information

#EFD489 (or 0xEFD489) is unknown color: approx Buff. HEX triplet: EF, D4 and 89. RGB value is (239,212,137). Sum of RGB (Red+Green+Blue) = 239+212+137=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 212 (83.20% from 255 or 36.05% from 588); Blue value is 137 (53.91% from 255 or 23.30% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD489 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD489 is #102B76. Grayscale: #D3D3D3. Windows color (decimal): -1059703 or 9032943. OLE color: 9032943.

HSL color Cylindrical-coordinate representation of color #EFD489: hue angle of 44.12º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EFD489 is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.06.

Color convert

RGB239212137-
CMYK00.110.430.06
HSL44.12º76.12%73.73%-
HSV(B)44.12º42.68%93.73%-
XYZ63.6667.2433.29-
YUV211.5285.95147.6-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.65%
GREEN value IS 212 (83.20% from 255) = 36.05%
BLUE value IS 137 (53.91% from 255) = 23.30%
R=40.65%
G=36.05%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.43
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921213700.110.430.0644.1276.1273.73
HexEFD4890B2B62c4c4a
Octal35732421101353654114112
Binary1110111111010100100010010101110101111010110010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD489; }

 p { color: rgb(239,212,137); }

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

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

 a { background-color: rgb(239,212,137); }

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

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

 span { border-color: rgb(239,212,137); }

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