Html Css Color HEX #ECC461 Golden Sand

📋 copy color: '#ECC461'

red 236 ◦ green 196 ◦ blue 97

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

Shades of Golden Sand #ECC461

Tints of Golden Sand #ECC461

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.05%

 BLUE value IS 97 (38.28% from 255) = 18.34%

R = 44.61%
G = 37.05%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#ECC461 (or 0xECC461) is known color: Golden Sand. HEX triplet: EC, C4 and 61. RGB value is (236,196,97). Sum of RGB (Red+Green+Blue) = 236+196+97=529 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.61% from 529); Green value is 196 (76.95% from 255 or 37.05% from 529); Blue value is 97 (38.28% from 255 or 18.34% from 529); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC461 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC461 is #133B9E. Grayscale: #C5C5C5. Windows color (decimal): -1260447 or 6407404. OLE color: 6407404.

HSL color Cylindrical-coordinate representation of color #ECC461: hue angle of 42.73º 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 #ECC461 is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 196 97 -
CMYK 0 0.17 0.59 0.07
HSL 42.73º 0.79% 0.65% -
HSV(B) 42.73º 0.59% 0.93% -
XYZ 56.49 58.18 19.56 -
YUV 196.67 71.75 156.05 -
System Red Green Blue C M Y K H S L
Decimal 236 196 97 0 0.17 0.59 0.07 42.73 0.79 0.65
Hex EC C4 61 0 11 3B 7 2B 4F 41
Octal 354 304 141 0 21 73 7 53 117 101
Binary 11101100 11000100 1100001 0 10001 111011 111 101011 1001111 1000001

Color Harmonies of #ECC461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC461

Black with #ECC461

Text Example


Text Example

White with #ECC461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC461; }

 p { color: rgb(236,196,97); }

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

background-color css

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

 a { background-color: rgb(236,196,97); }

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

border-color css

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

 span { border-color: rgb(236,196,97); }

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