#ECC75F

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

Shades of Golden Sand #ECC75F

Tints of Golden Sand #ECC75F

Color information

#ECC75F (or 0xECC75F) is unknown color: approx Golden Sand. HEX triplet: EC, C7 and 5F. RGB value is (236,199,95). Sum of RGB (Red+Green+Blue) = 236+199+95=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 199 (78.12% from 255 or 37.55% from 530); Blue value is 95 (37.5% from 255 or 17.92% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC75F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC75F is #1338A0. Grayscale: #C6C6C6. Windows color (decimal): -1259681 or 6277100. OLE color: 6277100.

HSL color Cylindrical-coordinate representation of color #ECC75F: hue angle of 44.26º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ECC75F is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB23619995-
CMYK00.160.600.07
HSL44.26º78.77%64.9%-
HSV(B)44.26º59.75%92.55%-
XYZ57.0859.5119.3-
YUV198.2169.76154.96-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.53%
GREEN value IS 199 (78.12% from 255) = 37.55%
BLUE value IS 95 (37.5% from 255) = 17.92%
R=44.53%
G=37.55%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361999500.160.600.0744.2678.7764.9
HexECC75F0103C72c4f41
Octal35430713702074754117101
Binary1110110011000111101111101000011110011110110010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC75F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC75F; }

 p { color: rgb(236,199,95); }

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

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

 a { background-color: rgb(236,199,95); }

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

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

 span { border-color: rgb(236,199,95); }

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