Html Css Color HEX #EFD689 Buff

📋 copy color: '#EFD689'

red 239 ◦ green 214 ◦ blue 137

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

Shades of Buff #EFD689

Tints of Buff #EFD689

RGB

 RED value IS 239 (93.75% from 255) = 40.51%

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

 BLUE value IS 137 (53.91% from 255) = 23.22%

R = 40.51%
G = 36.27%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#EFD689 (or 0xEFD689) is known color: Buff. HEX triplet: EF, D6 and 89. RGB value is (239,214,137). Sum of RGB (Red+Green+Blue) = 239+214+137=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 214 (83.98% from 255 or 36.27% from 590); Blue value is 137 (53.91% from 255 or 23.22% from 590); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD689 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD689 is #102976. Grayscale: #D5D5D5. Windows color (decimal): -1059191 or 9033455. OLE color: 9033455.

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

Color convert

RGB 239 214 137 -
CMYK 0 0.10 0.43 0.06
HSL 45.29º 0.76% 0.74% -
HSV(B) 45.29º 0.43% 0.94% -
XYZ 64.16 68.25 33.46 -
YUV 212.7 85.28 146.76 -
System Red Green Blue C M Y K H S L
Decimal 239 214 137 0 0.10 0.43 0.06 45.29 0.76 0.74
Hex EF D6 89 0 A 2B 6 2D 4C 4A
Octal 357 326 211 0 12 53 6 55 114 112
Binary 11101111 11010110 10001001 0 1010 101011 110 101101 1001100 1001010

Color Harmonies of #EFD689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD689

Black with #EFD689

Text Example


Text Example

White with #EFD689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD689; }

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

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

background-color css

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

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

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

border-color css

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

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

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