Html Css Color HEX #EFDA8C Buff

📋 copy color: '#EFDA8C'

red 239 ◦ green 218 ◦ blue 140

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

Shades of Buff #EFDA8C

Tints of Buff #EFDA8C

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.52%

 BLUE value IS 140 (55.08% from 255) = 23.45%

R = 40.03%
G = 36.52%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EFDA8C (or 0xEFDA8C) is known color: Buff. HEX triplet: EF, DA and 8C. RGB value is (239,218,140). Sum of RGB (Red+Green+Blue) = 239+218+140=597 (79% of max value = 765). Red value is 239 (93.75% from 255 or 40.03% from 597); Green value is 218 (85.55% from 255 or 36.52% from 597); Blue value is 140 (55.08% from 255 or 23.45% from 597); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDA8C is #102573. Grayscale: #D7D7D7. Windows color (decimal): -1058164 or 9231087. OLE color: 9231087.

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

Color convert

RGB 239 218 140 -
CMYK 0 0.09 0.41 0.06
HSL 47.27º 0.76% 0.74% -
HSV(B) 47.27º 0.41% 0.94% -
XYZ 65.4 70.39 34.95 -
YUV 215.39 85.46 144.84 -
System Red Green Blue C M Y K H S L
Decimal 239 218 140 0 0.09 0.41 0.06 47.27 0.76 0.74
Hex EF DA 8C 0 9 29 6 2F 4C 4A
Octal 357 332 214 0 11 51 6 57 114 112
Binary 11101111 11011010 10001100 0 1001 101001 110 101111 1001100 1001010

Color Harmonies of #EFDA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDA8C

Black with #EFDA8C

Text Example


Text Example

White with #EFDA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDA8C; }

 p { color: rgb(239,218,140); }

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

background-color css

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

 a { background-color: rgb(239,218,140); }

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

border-color css

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

 span { border-color: rgb(239,218,140); }

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