Html Css Color HEX #EFD889 Buff

📋 copy color: '#EFD889'

red 239 ◦ green 216 ◦ blue 137

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

Shades of Buff #EFD889

Tints of Buff #EFD889

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.49%

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

R = 40.37%
G = 36.49%
B = 23.14%

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

#EFD889 (or 0xEFD889) is known color: Buff. HEX triplet: EF, D8 and 89. RGB value is (239,216,137). Sum of RGB (Red+Green+Blue) = 239+216+137=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 216 (84.77% from 255 or 36.49% from 592); Blue value is 137 (53.91% from 255 or 23.14% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD889 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD889 is #102776. Grayscale: #D6D6D6. Windows color (decimal): -1058679 or 9033967. OLE color: 9033967.

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

Color convert

RGB 239 216 137 -
CMYK 0 0.10 0.43 0.06
HSL 46.47º 0.76% 0.74% -
HSV(B) 46.47º 0.43% 0.94% -
XYZ 64.67 69.27 33.63 -
YUV 213.87 84.62 145.92 -
System Red Green Blue C M Y K H S L
Decimal 239 216 137 0 0.10 0.43 0.06 46.47 0.76 0.74
Hex EF D8 89 0 A 2B 6 2E 4C 4A
Octal 357 330 211 0 12 53 6 56 114 112
Binary 11101111 11011000 10001001 0 1010 101011 110 101110 1001100 1001010

Color Harmonies of #EFD889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD889

Black with #EFD889

Text Example


Text Example

White with #EFD889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD889; }

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

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

background-color css

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

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

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

border-color css

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

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

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