Html Css Color HEX #EFC666 Golden Sand

📋 copy color: '#EFC666'

red 239 ◦ green 198 ◦ blue 102

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

Shades of Golden Sand #EFC666

Tints of Golden Sand #EFC666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 18.92%

R = 44.34%
G = 36.73%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#EFC666 (or 0xEFC666) is known color: Golden Sand. HEX triplet: EF, C6 and 66. RGB value is (239,198,102). Sum of RGB (Red+Green+Blue) = 239+198+102=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 198 (77.73% from 255 or 36.73% from 539); Blue value is 102 (40.23% from 255 or 18.92% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC666 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC666 is #103999. Grayscale: #C7C7C7. Windows color (decimal): -1063322 or 6735599. OLE color: 6735599.

HSL color Cylindrical-coordinate representation of color #EFC666: hue angle of 42.04º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EFC666 is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 198 102 -
CMYK 0 0.17 0.57 0.06
HSL 42.04º 0.81% 0.67% -
HSV(B) 42.04º 0.57% 0.94% -
XYZ 58.19 59.7 21.03 -
YUV 199.32 73.08 156.31 -
System Red Green Blue C M Y K H S L
Decimal 239 198 102 0 0.17 0.57 0.06 42.04 0.81 0.67
Hex EF C6 66 0 11 39 6 2A 51 43
Octal 357 306 146 0 21 71 6 52 121 103
Binary 11101111 11000110 1100110 0 10001 111001 110 101010 1010001 1000011

Color Harmonies of #EFC666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC666

Black with #EFC666

Text Example


Text Example

White with #EFC666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC666; }

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

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

background-color css

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

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

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

border-color css

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

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

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