Html Css Color HEX #EFDB83 Buff

📋 copy color: '#EFDB83'

red 239 ◦ green 219 ◦ blue 131

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

Shades of Buff #EFDB83

Tints of Buff #EFDB83

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.18%

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

R = 40.58%
G = 37.18%
B = 22.24%

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

#EFDB83 (or 0xEFDB83) is known color: Buff. HEX triplet: EF, DB and 83. RGB value is (239,219,131). Sum of RGB (Red+Green+Blue) = 239+219+131=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 219 (85.94% from 255 or 37.18% from 589); Blue value is 131 (51.56% from 255 or 22.24% from 589); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDB83 is #10247C. Grayscale: #D7D7D7. Windows color (decimal): -1057917 or 8641519. OLE color: 8641519.

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

Color convert

RGB 239 219 131 -
CMYK 0 0.08 0.45 0.06
HSL 48.89º 0.77% 0.73% -
HSV(B) 48.89º 0.45% 0.94% -
XYZ 65.02 70.65 31.68 -
YUV 214.95 80.63 145.16 -
System Red Green Blue C M Y K H S L
Decimal 239 219 131 0 0.08 0.45 0.06 48.89 0.77 0.73
Hex EF DB 83 0 8 2D 6 31 4D 49
Octal 357 333 203 0 10 55 6 61 115 111
Binary 11101111 11011011 10000011 0 1000 101101 110 110001 1001101 1001001

Color Harmonies of #EFDB83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDB83

Black with #EFDB83

Text Example


Text Example

White with #EFDB83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDB83; }

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

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

background-color css

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

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

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

border-color css

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

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

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