#EFC468

Color #EFC468 Golden Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Sand #EFC468

Tints of Golden Sand #EFC468

Color information

#EFC468 (or 0xEFC468) is unknown color: approx Golden Sand. HEX triplet: EF, C4 and 68. RGB value is (239,196,104). Sum of RGB (Red+Green+Blue) = 239+196+104=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 196 (76.95% from 255 or 36.36% from 539); Blue value is 104 (41.02% from 255 or 19.29% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC468 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC468 is #103B97. Grayscale: #C6C6C6. Windows color (decimal): -1063832 or 6866159. OLE color: 6866159.

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

Color convert

RGB239196104-
CMYK00.180.560.06
HSL40.89º80.84%67.25%-
HSV(B)40.89º56.49%93.73%-
XYZ57.8458.8321.4-
YUV198.3774.75156.98-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.34%
GREEN value IS 196 (76.95% from 255) = 36.36%
BLUE value IS 104 (41.02% from 255) = 19.29%
R=44.34%
G=36.36%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.56
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919610400.180.560.0640.8980.8467.25
HexEFC468012386295143
Octal35730415002270651121103
Binary1110111111000100110100001001011100011010100110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC468; }

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

 H1.HeaderClassName
 {
   color: #EFC468;
 }
 .AnyTagClassName
 {
   color: #EFC468;
 }
</style>
background-color css

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

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

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

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

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

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