Html Css Color HEX #EFD983 Buff

📋 copy color: '#EFD983'

red 239 ◦ green 217 ◦ blue 131

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

Shades of Buff #EFD983

Tints of Buff #EFD983

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.97%

 BLUE value IS 131 (51.56% from 255) = 22.32%

R = 40.72%
G = 36.97%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#EFD983 (or 0xEFD983) is known color: Buff. HEX triplet: EF, D9 and 83. RGB value is (239,217,131). Sum of RGB (Red+Green+Blue) = 239+217+131=587 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.72% from 587); Green value is 217 (85.16% from 255 or 36.97% from 587); Blue value is 131 (51.56% from 255 or 22.32% from 587); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD983 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD983 is #10267C. Grayscale: #D6D6D6. Windows color (decimal): -1058429 or 8641007. OLE color: 8641007.

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

Color convert

RGB 239 217 131 -
CMYK 0 0.09 0.45 0.06
HSL 47.78º 0.77% 0.73% -
HSV(B) 47.78º 0.45% 0.94% -
XYZ 64.51 69.62 31.51 -
YUV 213.77 81.29 145.99 -
System Red Green Blue C M Y K H S L
Decimal 239 217 131 0 0.09 0.45 0.06 47.78 0.77 0.73
Hex EF D9 83 0 9 2D 6 30 4D 49
Octal 357 331 203 0 11 55 6 60 115 111
Binary 11101111 11011001 10000011 0 1001 101101 110 110000 1001101 1001001

Color Harmonies of #EFD983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD983

Black with #EFD983

Text Example


Text Example

White with #EFD983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD983; }

 p { color: rgb(239,217,131); }

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

background-color css

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

 a { background-color: rgb(239,217,131); }

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

border-color css

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

 span { border-color: rgb(239,217,131); }

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