Html Css Color HEX #EFDB8A Buff

📋 copy color: '#EFDB8A'

red 239 ◦ green 219 ◦ blue 138

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

Shades of Buff #EFDB8A

Tints of Buff #EFDB8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 23.15%

R = 40.1%
G = 36.74%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EFDB8A (or 0xEFDB8A) is known color: Buff. HEX triplet: EF, DB and 8A. RGB value is (239,219,138). Sum of RGB (Red+Green+Blue) = 239+219+138=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 219 (85.94% from 255 or 36.74% from 596); Blue value is 138 (54.30% from 255 or 23.15% from 596); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDB8A is #102475. Grayscale: #D8D8D8. Windows color (decimal): -1057910 or 9100271. OLE color: 9100271.

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

Color convert

RGB 239 219 138 -
CMYK 0 0.08 0.42 0.06
HSL 48.12º 0.76% 0.74% -
HSV(B) 48.12º 0.42% 0.94% -
XYZ 65.52 70.85 34.27 -
YUV 215.75 84.13 144.59 -
System Red Green Blue C M Y K H S L
Decimal 239 219 138 0 0.08 0.42 0.06 48.12 0.76 0.74
Hex EF DB 8A 0 8 2A 6 30 4C 4A
Octal 357 333 212 0 10 52 6 60 114 112
Binary 11101111 11011011 10001010 0 1000 101010 110 110000 1001100 1001010

Color Harmonies of #EFDB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDB8A

Black with #EFDB8A

Text Example


Text Example

White with #EFDB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDB8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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