#EFC46C

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

Shades of Golden Sand #EFC46C

Tints of Golden Sand #EFC46C

Color information

#EFC46C (or 0xEFC46C) is unknown color: approx Golden Sand. HEX triplet: EF, C4 and 6C. RGB value is (239,196,108). Sum of RGB (Red+Green+Blue) = 239+196+108=543 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.01% from 543); Green value is 196 (76.95% from 255 or 36.10% from 543); Blue value is 108 (42.58% from 255 or 19.89% from 543); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC46C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC46C is #103B93. Grayscale: #C7C7C7. Windows color (decimal): -1063828 or 7128303. OLE color: 7128303.

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

Color convert

RGB239196108-
CMYK00.180.550.06
HSL40.31º80.37%68.04%-
HSV(B)40.31º54.81%93.73%-
XYZ58.0458.9122.5-
YUV198.8276.75156.66-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.01%
GREEN value IS 196 (76.95% from 255) = 36.10%
BLUE value IS 108 (42.58% from 255) = 19.89%
R=44.01%
G=36.10%
B=19.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.55
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919610800.180.550.0640.3180.3768.04
HexEFC46C012376285044
Octal35730415402267650120104
Binary1110111111000100110110001001011011111010100010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC46C; }

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

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

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

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

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

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

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

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