Html Css Color HEX #EFD68D Buff

📋 copy color: '#EFD68D'

red 239 ◦ green 214 ◦ blue 141

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

Shades of Buff #EFD68D

Tints of Buff #EFD68D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.03%

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

R = 40.24%
G = 36.03%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EFD68D (or 0xEFD68D) is known color: Buff. HEX triplet: EF, D6 and 8D. RGB value is (239,214,141). Sum of RGB (Red+Green+Blue) = 239+214+141=594 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.24% from 594); Green value is 214 (83.98% from 255 or 36.03% from 594); Blue value is 141 (55.47% from 255 or 23.74% from 594); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD68D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD68D is #102972. Grayscale: #D5D5D5. Windows color (decimal): -1059187 or 9295599. OLE color: 9295599.

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

Color convert

RGB 239 214 141 -
CMYK 0 0.10 0.41 0.06
HSL 44.69º 0.75% 0.75% -
HSV(B) 44.69º 0.41% 0.94% -
XYZ 64.45 68.37 35 -
YUV 213.15 87.28 146.44 -
System Red Green Blue C M Y K H S L
Decimal 239 214 141 0 0.10 0.41 0.06 44.69 0.75 0.75
Hex EF D6 8D 0 A 29 6 2D 4B 4B
Octal 357 326 215 0 12 51 6 55 113 113
Binary 11101111 11010110 10001101 0 1010 101001 110 101101 1001011 1001011

Color Harmonies of #EFD68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD68D

Black with #EFD68D

Text Example


Text Example

White with #EFD68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD68D; }

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

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

background-color css

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

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

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

border-color css

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

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

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