Html Css Color HEX #EFC668 Golden Sand

📋 copy color: '#EFC668'

red 239 ◦ green 198 ◦ blue 104

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

Shades of Golden Sand #EFC668

Tints of Golden Sand #EFC668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.22%

R = 44.18%
G = 36.6%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EFC668 (or 0xEFC668) is known color: Golden Sand. HEX triplet: EF, C6 and 68. RGB value is (239,198,104). Sum of RGB (Red+Green+Blue) = 239+198+104=541 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.18% from 541); Green value is 198 (77.73% from 255 or 36.60% from 541); Blue value is 104 (41.02% from 255 or 19.22% from 541); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC668 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC668 is #103997. Grayscale: #C7C7C7. Windows color (decimal): -1063320 or 6866671. OLE color: 6866671.

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

Color convert

RGB 239 198 104 -
CMYK 0 0.17 0.56 0.06
HSL 41.78º 0.81% 0.67% -
HSV(B) 41.78º 0.56% 0.94% -
XYZ 58.29 59.74 21.56 -
YUV 199.54 74.08 156.14 -
System Red Green Blue C M Y K H S L
Decimal 239 198 104 0 0.17 0.56 0.06 41.78 0.81 0.67
Hex EF C6 68 0 11 38 6 2A 51 43
Octal 357 306 150 0 21 70 6 52 121 103
Binary 11101111 11000110 1101000 0 10001 111000 110 101010 1010001 1000011

Color Harmonies of #EFC668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC668

Black with #EFC668

Text Example


Text Example

White with #EFC668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC668; }

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

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

background-color css

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

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

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

border-color css

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

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

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