Html Css Color HEX #EFC664 Golden Sand

📋 copy color: '#EFC664'

red 239 ◦ green 198 ◦ blue 100

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

Shades of Golden Sand #EFC664

Tints of Golden Sand #EFC664

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.62%

R = 44.51%
G = 36.87%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EFC664 (or 0xEFC664) is known color: Golden Sand. HEX triplet: EF, C6 and 64. RGB value is (239,198,100). Sum of RGB (Red+Green+Blue) = 239+198+100=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 198 (77.73% from 255 or 36.87% from 537); Blue value is 100 (39.45% from 255 or 18.62% from 537); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC664 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC664 is #10399B. Grayscale: #C7C7C7. Windows color (decimal): -1063324 or 6604527. OLE color: 6604527.

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

Color convert

RGB 239 198 100 -
CMYK 0 0.17 0.58 0.06
HSL 42.3º 0.81% 0.66% -
HSV(B) 42.3º 0.58% 0.94% -
XYZ 58.09 59.66 20.51 -
YUV 199.09 72.08 156.47 -
System Red Green Blue C M Y K H S L
Decimal 239 198 100 0 0.17 0.58 0.06 42.3 0.81 0.66
Hex EF C6 64 0 11 3A 6 2A 51 42
Octal 357 306 144 0 21 72 6 52 121 102
Binary 11101111 11000110 1100100 0 10001 111010 110 101010 1010001 1000010

Color Harmonies of #EFC664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC664

Black with #EFC664

Text Example


Text Example

White with #EFC664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC664; }

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

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

background-color css

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

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

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

border-color css

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

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

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