Html Css Color HEX #EFDB89 Buff

📋 copy color: '#EFDB89'

red 239 ◦ green 219 ◦ blue 137

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

Shades of Buff #EFDB89

Tints of Buff #EFDB89

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.81%

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

R = 40.17%
G = 36.81%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#EFDB89 (or 0xEFDB89) is known color: Buff. HEX triplet: EF, DB and 89. RGB value is (239,219,137). Sum of RGB (Red+Green+Blue) = 239+219+137=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 219 (85.94% from 255 or 36.81% from 595); Blue value is 137 (53.91% from 255 or 23.03% from 595); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDB89 is #102476. Grayscale: #D7D7D7. Windows color (decimal): -1057911 or 9034735. OLE color: 9034735.

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

Color convert

RGB 239 219 137 -
CMYK 0 0.08 0.43 0.06
HSL 48.24º 0.76% 0.74% -
HSV(B) 48.24º 0.43% 0.94% -
XYZ 65.44 70.82 33.89 -
YUV 215.63 83.63 144.67 -
System Red Green Blue C M Y K H S L
Decimal 239 219 137 0 0.08 0.43 0.06 48.24 0.76 0.74
Hex EF DB 89 0 8 2B 6 30 4C 4A
Octal 357 333 211 0 10 53 6 60 114 112
Binary 11101111 11011011 10001001 0 1000 101011 110 110000 1001100 1001010

Color Harmonies of #EFDB89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDB89

Black with #EFDB89

Text Example


Text Example

White with #EFDB89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDB89; }

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

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

background-color css

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

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

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

border-color css

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

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

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