Html Css Color HEX #EFD66F Golden Sand

📋 copy color: '#EFD66F'

red 239 ◦ green 214 ◦ blue 111

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

Shades of Golden Sand #EFD66F

Tints of Golden Sand #EFD66F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 19.68%

R = 42.38%
G = 37.94%
B = 19.68%

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

#EFD66F (or 0xEFD66F) is known color: Golden Sand. HEX triplet: EF, D6 and 6F. RGB value is (239,214,111). Sum of RGB (Red+Green+Blue) = 239+214+111=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 214 (83.98% from 255 or 37.94% from 564); Blue value is 111 (43.75% from 255 or 19.68% from 564); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD66F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD66F is #102990. Grayscale: #D2D2D2. Windows color (decimal): -1059217 or 7329519. OLE color: 7329519.

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

Color convert

RGB 239 214 111 -
CMYK 0 0.10 0.54 0.06
HSL 48.28º 0.8% 0.69% -
HSV(B) 48.28º 0.54% 0.94% -
XYZ 62.51 67.59 24.79 -
YUV 209.73 72.28 148.88 -
System Red Green Blue C M Y K H S L
Decimal 239 214 111 0 0.10 0.54 0.06 48.28 0.8 0.69
Hex EF D6 6F 0 A 36 6 30 50 45
Octal 357 326 157 0 12 66 6 60 120 105
Binary 11101111 11010110 1101111 0 1010 110110 110 110000 1010000 1000101

Color Harmonies of #EFD66F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD66F

Black with #EFD66F

Text Example


Text Example

White with #EFD66F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD66F; }

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

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

background-color css

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

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

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

border-color css

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

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

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