Html Css Color HEX #EFDB8B Buff

📋 copy color: '#EFDB8B'

red 239 ◦ green 219 ◦ blue 139

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

Shades of Buff #EFDB8B

Tints of Buff #EFDB8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 23.28%

R = 40.03%
G = 36.68%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EFDB8B (or 0xEFDB8B) is known color: Buff. HEX triplet: EF, DB and 8B. RGB value is (239,219,139). Sum of RGB (Red+Green+Blue) = 239+219+139=597 (79% of max value = 765). Red value is 239 (93.75% from 255 or 40.03% from 597); Green value is 219 (85.94% from 255 or 36.68% from 597); Blue value is 139 (54.69% from 255 or 23.28% from 597); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDB8B is #102474. Grayscale: #D8D8D8. Windows color (decimal): -1057909 or 9165807. OLE color: 9165807.

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

Color convert

RGB 239 219 139 -
CMYK 0 0.08 0.42 0.06
HSL 48º 0.76% 0.74% -
HSV(B) 48º 0.42% 0.94% -
XYZ 65.59 70.88 34.65 -
YUV 215.86 84.63 144.5 -
System Red Green Blue C M Y K H S L
Decimal 239 219 139 0 0.08 0.42 0.06 48 0.76 0.74
Hex EF DB 8B 0 8 2A 6 30 4C 4A
Octal 357 333 213 0 10 52 6 60 114 112
Binary 11101111 11011011 10001011 0 1000 101010 110 110000 1001100 1001010

Color Harmonies of #EFDB8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDB8B

Black with #EFDB8B

Text Example


Text Example

White with #EFDB8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDB8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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