Html Css Color HEX #EFDC83 Buff

📋 copy color: '#EFDC83'

red 239 ◦ green 220 ◦ blue 131

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

Shades of Buff #EFDC83

Tints of Buff #EFDC83

RGB

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

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

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

R = 40.51%
G = 37.29%
B = 22.2%

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

#EFDC83 (or 0xEFDC83) is known color: Buff. HEX triplet: EF, DC and 83. RGB value is (239,220,131). Sum of RGB (Red+Green+Blue) = 239+220+131=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 220 (86.33% from 255 or 37.29% from 590); Blue value is 131 (51.56% from 255 or 22.20% from 590); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDC83 is #10237C. Grayscale: #D7D7D7. Windows color (decimal): -1057661 or 8641775. OLE color: 8641775.

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

Color convert

RGB 239 220 131 -
CMYK 0 0.08 0.45 0.06
HSL 49.44º 0.77% 0.73% -
HSV(B) 49.44º 0.45% 0.94% -
XYZ 65.29 71.18 31.77 -
YUV 215.54 80.29 144.74 -
System Red Green Blue C M Y K H S L
Decimal 239 220 131 0 0.08 0.45 0.06 49.44 0.77 0.73
Hex EF DC 83 0 8 2D 6 31 4D 49
Octal 357 334 203 0 10 55 6 61 115 111
Binary 11101111 11011100 10000011 0 1000 101101 110 110001 1001101 1001001

Color Harmonies of #EFDC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDC83

Black with #EFDC83

Text Example


Text Example

White with #EFDC83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDC83; }

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

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

background-color css

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

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

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

border-color css

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

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

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