Html Css Color HEX #EFDC84 Buff

📋 copy color: '#EFDC84'

red 239 ◦ green 220 ◦ blue 132

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

Shades of Buff #EFDC84

Tints of Buff #EFDC84

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.23%

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

R = 40.44%
G = 37.23%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#EFDC84 (or 0xEFDC84) is known color: Buff. HEX triplet: EF, DC and 84. RGB value is (239,220,132). Sum of RGB (Red+Green+Blue) = 239+220+132=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 220 (86.33% from 255 or 37.23% from 591); Blue value is 132 (51.95% from 255 or 22.34% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDC84 is #10237B. Grayscale: #D8D8D8. Windows color (decimal): -1057660 or 8707311. OLE color: 8707311.

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

Color convert

RGB 239 220 132 -
CMYK 0 0.08 0.45 0.06
HSL 49.35º 0.77% 0.73% -
HSV(B) 49.35º 0.45% 0.94% -
XYZ 65.35 71.2 32.13 -
YUV 215.65 80.79 144.66 -
System Red Green Blue C M Y K H S L
Decimal 239 220 132 0 0.08 0.45 0.06 49.35 0.77 0.73
Hex EF DC 84 0 8 2D 6 31 4D 49
Octal 357 334 204 0 10 55 6 61 115 111
Binary 11101111 11011100 10000100 0 1000 101101 110 110001 1001101 1001001

Color Harmonies of #EFDC84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDC84

Black with #EFDC84

Text Example


Text Example

White with #EFDC84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDC84; }

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

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

background-color css

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

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

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

border-color css

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

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

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