Html Css Color HEX #EFD684 Buff

📋 copy color: '#EFD684'

red 239 ◦ green 214 ◦ blue 132

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

Shades of Buff #EFD684

Tints of Buff #EFD684

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.58%

 BLUE value IS 132 (51.95% from 255) = 22.56%

R = 40.85%
G = 36.58%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#EFD684 (or 0xEFD684) is known color: Buff. HEX triplet: EF, D6 and 84. RGB value is (239,214,132). Sum of RGB (Red+Green+Blue) = 239+214+132=585 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.85% from 585); Green value is 214 (83.98% from 255 or 36.58% from 585); Blue value is 132 (51.95% from 255 or 22.56% from 585); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD684 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD684 is #10297B. Grayscale: #D4D4D4. Windows color (decimal): -1059196 or 8705775. OLE color: 8705775.

HSL color Cylindrical-coordinate representation of color #EFD684: hue angle of 45.98º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EFD684 is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 214 132 -
CMYK 0 0.10 0.45 0.06
HSL 45.98º 0.77% 0.73% -
HSV(B) 45.98º 0.45% 0.94% -
XYZ 63.81 68.11 31.61 -
YUV 212.13 82.78 147.17 -
System Red Green Blue C M Y K H S L
Decimal 239 214 132 0 0.10 0.45 0.06 45.98 0.77 0.73
Hex EF D6 84 0 A 2D 6 2E 4D 49
Octal 357 326 204 0 12 55 6 56 115 111
Binary 11101111 11010110 10000100 0 1010 101101 110 101110 1001101 1001001

Color Harmonies of #EFD684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD684

Black with #EFD684

Text Example


Text Example

White with #EFD684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD684; }

 p { color: rgb(239,214,132); }

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

background-color css

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

 a { background-color: rgb(239,214,132); }

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

border-color css

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

 span { border-color: rgb(239,214,132); }

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