Html Css Color HEX #EFD67C Buff

📋 copy color: '#EFD67C'

red 239 ◦ green 214 ◦ blue 124

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

Shades of Buff #EFD67C

Tints of Buff #EFD67C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 21.49%

R = 41.42%
G = 37.09%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EFD67C (or 0xEFD67C) is known color: Buff. HEX triplet: EF, D6 and 7C. RGB value is (239,214,124). Sum of RGB (Red+Green+Blue) = 239+214+124=577 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.42% from 577); Green value is 214 (83.98% from 255 or 37.09% from 577); Blue value is 124 (48.83% from 255 or 21.49% from 577); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD67C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD67C is #102983. Grayscale: #D3D3D3. Windows color (decimal): -1059204 or 8181487. OLE color: 8181487.

HSL color Cylindrical-coordinate representation of color #EFD67C: hue angle of 46.96º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EFD67C is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 214 124 -
CMYK 0 0.10 0.48 0.06
HSL 46.96º 0.78% 0.71% -
HSV(B) 46.96º 0.48% 0.94% -
XYZ 63.28 67.9 28.84 -
YUV 211.22 78.78 147.82 -
System Red Green Blue C M Y K H S L
Decimal 239 214 124 0 0.10 0.48 0.06 46.96 0.78 0.71
Hex EF D6 7C 0 A 30 6 2F 4E 47
Octal 357 326 174 0 12 60 6 57 116 107
Binary 11101111 11010110 1111100 0 1010 110000 110 101111 1001110 1000111

Color Harmonies of #EFD67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD67C

Black with #EFD67C

Text Example


Text Example

White with #EFD67C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD67C; }

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

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

background-color css

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

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

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

border-color css

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

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

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