Html Css Color HEX #EFDA8D Buff

📋 copy color: '#EFDA8D'

red 239 ◦ green 218 ◦ blue 141

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

Shades of Buff #EFDA8D

Tints of Buff #EFDA8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 23.58%

R = 39.97%
G = 36.45%
B = 23.58%

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

#EFDA8D (or 0xEFDA8D) is known color: Buff. HEX triplet: EF, DA and 8D. RGB value is (239,218,141). Sum of RGB (Red+Green+Blue) = 239+218+141=598 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.97% from 598); Green value is 218 (85.55% from 255 or 36.45% from 598); Blue value is 141 (55.47% from 255 or 23.58% from 598); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDA8D is #102572. Grayscale: #D7D7D7. Windows color (decimal): -1058163 or 9296623. OLE color: 9296623.

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

Color convert

RGB 239 218 141 -
CMYK 0 0.09 0.41 0.06
HSL 47.14º 0.75% 0.75% -
HSV(B) 47.14º 0.41% 0.94% -
XYZ 65.48 70.42 35.34 -
YUV 215.5 85.96 144.76 -
System Red Green Blue C M Y K H S L
Decimal 239 218 141 0 0.09 0.41 0.06 47.14 0.75 0.75
Hex EF DA 8D 0 9 29 6 2F 4B 4B
Octal 357 332 215 0 11 51 6 57 113 113
Binary 11101111 11011010 10001101 0 1001 101001 110 101111 1001011 1001011

Color Harmonies of #EFDA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDA8D

Black with #EFDA8D

Text Example


Text Example

White with #EFDA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDA8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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