Html Css Color HEX #EFD66D Golden Sand

📋 copy color: '#EFD66D'

red 239 ◦ green 214 ◦ blue 109

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

Shades of Golden Sand #EFD66D

Tints of Golden Sand #EFD66D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 19.4%

R = 42.53%
G = 38.08%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EFD66D (or 0xEFD66D) is known color: Golden Sand. HEX triplet: EF, D6 and 6D. RGB value is (239,214,109). Sum of RGB (Red+Green+Blue) = 239+214+109=562 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.53% from 562); Green value is 214 (83.98% from 255 or 38.08% from 562); Blue value is 109 (42.97% from 255 or 19.40% from 562); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD66D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD66D is #102992. Grayscale: #D1D1D1. Windows color (decimal): -1059219 or 7198447. OLE color: 7198447.

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

Color convert

RGB 239 214 109 -
CMYK 0 0.10 0.54 0.06
HSL 48.46º 0.8% 0.68% -
HSV(B) 48.46º 0.54% 0.94% -
XYZ 62.4 67.55 24.22 -
YUV 209.51 71.28 149.04 -
System Red Green Blue C M Y K H S L
Decimal 239 214 109 0 0.10 0.54 0.06 48.46 0.8 0.68
Hex EF D6 6D 0 A 36 6 30 50 44
Octal 357 326 155 0 12 66 6 60 120 104
Binary 11101111 11010110 1101101 0 1010 110110 110 110000 1010000 1000100

Color Harmonies of #EFD66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD66D

Black with #EFD66D

Text Example


Text Example

White with #EFD66D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD66D; }

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

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

background-color css

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

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

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

border-color css

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

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

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