Html Css Color HEX #EFC66D Golden Sand

📋 copy color: '#EFC66D'

red 239 ◦ green 198 ◦ blue 109

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

Shades of Golden Sand #EFC66D

Tints of Golden Sand #EFC66D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.26%

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

R = 43.77%
G = 36.26%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EFC66D (or 0xEFC66D) is known color: Golden Sand. HEX triplet: EF, C6 and 6D. RGB value is (239,198,109). Sum of RGB (Red+Green+Blue) = 239+198+109=546 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.77% from 546); Green value is 198 (77.73% from 255 or 36.26% from 546); Blue value is 109 (42.97% from 255 or 19.96% from 546); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC66D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC66D is #103992. Grayscale: #C8C8C8. Windows color (decimal): -1063315 or 7194351. OLE color: 7194351.

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

Color convert

RGB 239 198 109 -
CMYK 0 0.17 0.54 0.06
HSL 41.08º 0.8% 0.68% -
HSV(B) 41.08º 0.54% 0.94% -
XYZ 58.55 59.84 22.93 -
YUV 200.11 76.58 155.74 -
System Red Green Blue C M Y K H S L
Decimal 239 198 109 0 0.17 0.54 0.06 41.08 0.8 0.68
Hex EF C6 6D 0 11 36 6 29 50 44
Octal 357 306 155 0 21 66 6 51 120 104
Binary 11101111 11000110 1101101 0 10001 110110 110 101001 1010000 1000100

Color Harmonies of #EFC66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC66D

Black with #EFC66D

Text Example


Text Example

White with #EFC66D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC66D; }

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

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

background-color css

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

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

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

border-color css

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

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

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