Html Css Color HEX #EFDA89 Buff

📋 copy color: '#EFDA89'

red 239 ◦ green 218 ◦ blue 137

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

Shades of Buff #EFDA89

Tints of Buff #EFDA89

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.7%

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

R = 40.24%
G = 36.7%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#EFDA89 (or 0xEFDA89) is known color: Buff. HEX triplet: EF, DA and 89. RGB value is (239,218,137). Sum of RGB (Red+Green+Blue) = 239+218+137=594 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.24% from 594); Green value is 218 (85.55% from 255 or 36.70% from 594); Blue value is 137 (53.91% from 255 or 23.06% from 594); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDA89 is #102576. Grayscale: #D7D7D7. Windows color (decimal): -1058167 or 9034479. OLE color: 9034479.

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

Color convert

RGB 239 218 137 -
CMYK 0 0.09 0.43 0.06
HSL 47.65º 0.76% 0.74% -
HSV(B) 47.65º 0.43% 0.94% -
XYZ 65.18 70.3 33.8 -
YUV 215.05 83.96 145.09 -
System Red Green Blue C M Y K H S L
Decimal 239 218 137 0 0.09 0.43 0.06 47.65 0.76 0.74
Hex EF DA 89 0 9 2B 6 30 4C 4A
Octal 357 332 211 0 11 53 6 60 114 112
Binary 11101111 11011010 10001001 0 1001 101011 110 110000 1001100 1001010

Color Harmonies of #EFDA89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDA89

Black with #EFDA89

Text Example


Text Example

White with #EFDA89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDA89; }

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

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

background-color css

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

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

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

border-color css

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

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

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