Html Css Color HEX #ECC760 Golden Sand

📋 copy color: '#ECC760'

red 236 ◦ green 199 ◦ blue 96

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

Shades of Golden Sand #ECC760

Tints of Golden Sand #ECC760

RGB

 RED value IS 236 (92.58% from 255) = 44.44%

 GREEN value IS 199 (78.13% from 255) = 37.48%

 BLUE value IS 96 (37.89% from 255) = 18.08%

R = 44.44%
G = 37.48%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#ECC760 (or 0xECC760) is known color: Golden Sand. HEX triplet: EC, C7 and 60. RGB value is (236,199,96). Sum of RGB (Red+Green+Blue) = 236+199+96=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 199 (78.12% from 255 or 37.48% from 531); Blue value is 96 (37.89% from 255 or 18.08% from 531); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC760 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC760 is #13389F. Grayscale: #C6C6C6. Windows color (decimal): -1259680 or 6342636. OLE color: 6342636.

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

Color convert

RGB 236 199 96 -
CMYK 0 0.16 0.59 0.07
HSL 44.14º 0.79% 0.65% -
HSV(B) 44.14º 0.59% 0.93% -
XYZ 57.13 59.52 19.54 -
YUV 198.32 70.26 154.88 -
System Red Green Blue C M Y K H S L
Decimal 236 199 96 0 0.16 0.59 0.07 44.14 0.79 0.65
Hex EC C7 60 0 10 3B 7 2C 4F 41
Octal 354 307 140 0 20 73 7 54 117 101
Binary 11101100 11000111 1100000 0 10000 111011 111 101100 1001111 1000001

Color Harmonies of #ECC760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC760

Black with #ECC760

Text Example


Text Example

White with #ECC760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC760; }

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

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

background-color css

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

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

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

border-color css

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

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

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