Html Css Color HEX #EFD484 Buff

📋 copy color: '#EFD484'

red 239 ◦ green 212 ◦ blue 132

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

Shades of Buff #EFD484

Tints of Buff #EFD484

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.36%

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

R = 40.99%
G = 36.36%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#EFD484 (or 0xEFD484) is known color: Buff. HEX triplet: EF, D4 and 84. RGB value is (239,212,132). Sum of RGB (Red+Green+Blue) = 239+212+132=583 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.99% from 583); Green value is 212 (83.20% from 255 or 36.36% from 583); Blue value is 132 (51.95% from 255 or 22.64% from 583); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD484 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD484 is #102B7B. Grayscale: #D3D3D3. Windows color (decimal): -1059708 or 8705263. OLE color: 8705263.

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

Color convert

RGB 239 212 132 -
CMYK 0 0.11 0.45 0.06
HSL 44.86º 0.77% 0.73% -
HSV(B) 44.86º 0.45% 0.94% -
XYZ 63.3 67.1 31.45 -
YUV 210.95 83.45 148 -
System Red Green Blue C M Y K H S L
Decimal 239 212 132 0 0.11 0.45 0.06 44.86 0.77 0.73
Hex EF D4 84 0 B 2D 6 2D 4D 49
Octal 357 324 204 0 13 55 6 55 115 111
Binary 11101111 11010100 10000100 0 1011 101101 110 101101 1001101 1001001

Color Harmonies of #EFD484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD484

Black with #EFD484

Text Example


Text Example

White with #EFD484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD484; }

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

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

background-color css

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

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

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

border-color css

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

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

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