Html Css Color HEX #EFDB8C Buff

📋 copy color: '#EFDB8C'

red 239 ◦ green 219 ◦ blue 140

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

Shades of Buff #EFDB8C

Tints of Buff #EFDB8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 23.41%

R = 39.97%
G = 36.62%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EFDB8C (or 0xEFDB8C) is known color: Buff. HEX triplet: EF, DB and 8C. RGB value is (239,219,140). Sum of RGB (Red+Green+Blue) = 239+219+140=598 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.97% from 598); Green value is 219 (85.94% from 255 or 36.62% from 598); Blue value is 140 (55.08% from 255 or 23.41% from 598); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDB8C is #102473. Grayscale: #D8D8D8. Windows color (decimal): -1057908 or 9231343. OLE color: 9231343.

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

Color convert

RGB 239 219 140 -
CMYK 0 0.08 0.41 0.06
HSL 47.88º 0.76% 0.74% -
HSV(B) 47.88º 0.41% 0.94% -
XYZ 65.66 70.91 35.04 -
YUV 215.97 85.13 144.42 -
System Red Green Blue C M Y K H S L
Decimal 239 219 140 0 0.08 0.41 0.06 47.88 0.76 0.74
Hex EF DB 8C 0 8 29 6 30 4C 4A
Octal 357 333 214 0 10 51 6 60 114 112
Binary 11101111 11011011 10001100 0 1000 101001 110 110000 1001100 1001010

Color Harmonies of #EFDB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDB8C

Black with #EFDB8C

Text Example


Text Example

White with #EFDB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDB8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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