Html Css Color HEX #EFDC8A Buff

📋 copy color: '#EFDC8A'

red 239 ◦ green 220 ◦ blue 138

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

Shades of Buff #EFDC8A

Tints of Buff #EFDC8A

RGB

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

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

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

R = 40.03%
G = 36.85%
B = 23.12%

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

#EFDC8A (or 0xEFDC8A) is known color: Buff. HEX triplet: EF, DC and 8A. RGB value is (239,220,138). Sum of RGB (Red+Green+Blue) = 239+220+138=597 (79% of max value = 765). Red value is 239 (93.75% from 255 or 40.03% from 597); Green value is 220 (86.33% from 255 or 36.85% from 597); Blue value is 138 (54.30% from 255 or 23.12% from 597); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDC8A is #102375. Grayscale: #D8D8D8. Windows color (decimal): -1057654 or 9100527. OLE color: 9100527.

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

Color convert

RGB 239 220 138 -
CMYK 0 0.08 0.42 0.06
HSL 48.71º 0.76% 0.74% -
HSV(B) 48.71º 0.42% 0.94% -
XYZ 65.78 71.37 34.35 -
YUV 216.33 83.79 144.17 -
System Red Green Blue C M Y K H S L
Decimal 239 220 138 0 0.08 0.42 0.06 48.71 0.76 0.74
Hex EF DC 8A 0 8 2A 6 31 4C 4A
Octal 357 334 212 0 10 52 6 61 114 112
Binary 11101111 11011100 10001010 0 1000 101010 110 110001 1001100 1001010

Color Harmonies of #EFDC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDC8A

Black with #EFDC8A

Text Example


Text Example

White with #EFDC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDC8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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