Html Css Color HEX #EFD66C Golden Sand

📋 copy color: '#EFD66C'

red 239 ◦ green 214 ◦ blue 108

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

Shades of Golden Sand #EFD66C

Tints of Golden Sand #EFD66C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 19.25%

R = 42.6%
G = 38.15%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EFD66C (or 0xEFD66C) is known color: Golden Sand. HEX triplet: EF, D6 and 6C. RGB value is (239,214,108). Sum of RGB (Red+Green+Blue) = 239+214+108=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 214 (83.98% from 255 or 38.15% from 561); Blue value is 108 (42.58% from 255 or 19.25% from 561); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD66C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD66C is #102993. Grayscale: #D1D1D1. Windows color (decimal): -1059220 or 7132911. OLE color: 7132911.

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

Color convert

RGB 239 214 108 -
CMYK 0 0.10 0.55 0.06
HSL 48.55º 0.8% 0.68% -
HSV(B) 48.55º 0.55% 0.94% -
XYZ 62.35 67.53 23.94 -
YUV 209.39 70.78 149.12 -
System Red Green Blue C M Y K H S L
Decimal 239 214 108 0 0.10 0.55 0.06 48.55 0.8 0.68
Hex EF D6 6C 0 A 37 6 31 50 44
Octal 357 326 154 0 12 67 6 61 120 104
Binary 11101111 11010110 1101100 0 1010 110111 110 110001 1010000 1000100

Color Harmonies of #EFD66C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD66C

Black with #EFD66C

Text Example


Text Example

White with #EFD66C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD66C; }

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

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

background-color css

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

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

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

border-color css

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

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

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