Html Css Color HEX #ECC964 Golden Sand

📋 copy color: '#ECC964'

red 236 ◦ green 201 ◦ blue 100

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

Shades of Golden Sand #ECC964

Tints of Golden Sand #ECC964

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.43%

 BLUE value IS 100 (39.45% from 255) = 18.62%

R = 43.95%
G = 37.43%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#ECC964 (or 0xECC964) is known color: Golden Sand. HEX triplet: EC, C9 and 64. RGB value is (236,201,100). Sum of RGB (Red+Green+Blue) = 236+201+100=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 201 (78.91% from 255 or 37.43% from 537); Blue value is 100 (39.45% from 255 or 18.62% from 537); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC964 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC964 is #13369B. Grayscale: #C8C8C8. Windows color (decimal): -1259164 or 6605292. OLE color: 6605292.

HSL color Cylindrical-coordinate representation of color #ECC964: hue angle of 44.56º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ECC964 is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 201 100 -
CMYK 0 0.15 0.58 0.07
HSL 44.56º 0.78% 0.66% -
HSV(B) 44.56º 0.58% 0.93% -
XYZ 57.78 60.53 20.69 -
YUV 199.95 71.6 153.71 -
System Red Green Blue C M Y K H S L
Decimal 236 201 100 0 0.15 0.58 0.07 44.56 0.78 0.66
Hex EC C9 64 0 F 3A 7 2D 4E 42
Octal 354 311 144 0 17 72 7 55 116 102
Binary 11101100 11001001 1100100 0 1111 111010 111 101101 1001110 1000010

Color Harmonies of #ECC964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC964

Black with #ECC964

Text Example


Text Example

White with #ECC964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC964; }

 p { color: rgb(236,201,100); }

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

background-color css

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

 a { background-color: rgb(236,201,100); }

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

border-color css

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

 span { border-color: rgb(236,201,100); }

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