Html Css Color HEX #EFC66C Golden Sand

📋 copy color: '#EFC66C'

red 239 ◦ green 198 ◦ blue 108

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

Shades of Golden Sand #EFC66C

Tints of Golden Sand #EFC66C

RGB

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

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

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

R = 43.85%
G = 36.33%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EFC66C (or 0xEFC66C) is known color: Golden Sand. HEX triplet: EF, C6 and 6C. RGB value is (239,198,108). Sum of RGB (Red+Green+Blue) = 239+198+108=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 198 (77.73% from 255 or 36.33% from 545); Blue value is 108 (42.58% from 255 or 19.82% from 545); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC66C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC66C is #103993. Grayscale: #C8C8C8. Windows color (decimal): -1063316 or 7128815. OLE color: 7128815.

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

Color convert

RGB 239 198 108 -
CMYK 0 0.17 0.55 0.06
HSL 41.22º 0.8% 0.68% -
HSV(B) 41.22º 0.55% 0.94% -
XYZ 58.5 59.82 22.65 -
YUV 200 76.08 155.82 -
System Red Green Blue C M Y K H S L
Decimal 239 198 108 0 0.17 0.55 0.06 41.22 0.8 0.68
Hex EF C6 6C 0 11 37 6 29 50 44
Octal 357 306 154 0 21 67 6 51 120 104
Binary 11101111 11000110 1101100 0 10001 110111 110 101001 1010000 1000100

Color Harmonies of #EFC66C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC66C

Black with #EFC66C

Text Example


Text Example

White with #EFC66C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC66C; }

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

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

background-color css

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

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

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

border-color css

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

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

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