Html Css Color HEX #EFDB82 Buff

📋 copy color: '#EFDB82'

red 239 ◦ green 219 ◦ blue 130

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

Shades of Buff #EFDB82

Tints of Buff #EFDB82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 22.11%

R = 40.65%
G = 37.24%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EFDB82 (or 0xEFDB82) is known color: Buff. HEX triplet: EF, DB and 82. RGB value is (239,219,130). Sum of RGB (Red+Green+Blue) = 239+219+130=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 219 (85.94% from 255 or 37.24% from 588); Blue value is 130 (51.17% from 255 or 22.11% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDB82 is #10247D. Grayscale: #D7D7D7. Windows color (decimal): -1057918 or 8575983. OLE color: 8575983.

HSL color Cylindrical-coordinate representation of color #EFDB82: hue angle of 48.99º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EFDB82 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 219 130 -
CMYK 0 0.08 0.46 0.06
HSL 48.99º 0.77% 0.72% -
HSV(B) 48.99º 0.46% 0.94% -
XYZ 64.96 70.63 31.33 -
YUV 214.83 80.13 145.24 -
System Red Green Blue C M Y K H S L
Decimal 239 219 130 0 0.08 0.46 0.06 48.99 0.77 0.72
Hex EF DB 82 0 8 2E 6 31 4D 48
Octal 357 333 202 0 10 56 6 61 115 110
Binary 11101111 11011011 10000010 0 1000 101110 110 110001 1001101 1001000

Color Harmonies of #EFDB82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDB82

Black with #EFDB82

Text Example


Text Example

White with #EFDB82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDB82; }

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

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

background-color css

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

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

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

border-color css

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

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

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