Html Css Color HEX #EFDA8E Buff

📋 copy color: '#EFDA8E'

red 239 ◦ green 218 ◦ blue 142

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

Shades of Buff #EFDA8E

Tints of Buff #EFDA8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 23.71%

R = 39.9%
G = 36.39%
B = 23.71%

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

#EFDA8E (or 0xEFDA8E) is known color: Buff. HEX triplet: EF, DA and 8E. RGB value is (239,218,142). Sum of RGB (Red+Green+Blue) = 239+218+142=599 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.90% from 599); Green value is 218 (85.55% from 255 or 36.39% from 599); Blue value is 142 (55.86% from 255 or 23.71% from 599); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDA8E is #102571. Grayscale: #D7D7D7. Windows color (decimal): -1058162 or 9362159. OLE color: 9362159.

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

Color convert

RGB 239 218 142 -
CMYK 0 0.09 0.41 0.06
HSL 47.01º 0.75% 0.75% -
HSV(B) 47.01º 0.41% 0.94% -
XYZ 65.55 70.45 35.73 -
YUV 215.62 86.46 144.68 -
System Red Green Blue C M Y K H S L
Decimal 239 218 142 0 0.09 0.41 0.06 47.01 0.75 0.75
Hex EF DA 8E 0 9 29 6 2F 4B 4B
Octal 357 332 216 0 11 51 6 57 113 113
Binary 11101111 11011010 10001110 0 1001 101001 110 101111 1001011 1001011

Color Harmonies of #EFDA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDA8E

Black with #EFDA8E

Text Example


Text Example

White with #EFDA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDA8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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