Html Css Color HEX #ECC46A Golden Sand

📋 copy color: '#ECC46A'

red 236 ◦ green 196 ◦ blue 106

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

Shades of Golden Sand #ECC46A

Tints of Golden Sand #ECC46A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.7%

R = 43.87%
G = 36.43%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ECC46A (or 0xECC46A) is known color: Golden Sand. HEX triplet: EC, C4 and 6A. RGB value is (236,196,106). Sum of RGB (Red+Green+Blue) = 236+196+106=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 196 (76.95% from 255 or 36.43% from 538); Blue value is 106 (41.80% from 255 or 19.70% from 538); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC46A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC46A is #133B95. Grayscale: #C6C6C6. Windows color (decimal): -1260438 or 6997228. OLE color: 6997228.

HSL color Cylindrical-coordinate representation of color #ECC46A: hue angle of 41.54º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ECC46A is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 196 106 -
CMYK 0 0.17 0.55 0.07
HSL 41.54º 0.77% 0.67% -
HSV(B) 41.54º 0.55% 0.93% -
XYZ 56.93 58.35 21.9 -
YUV 197.7 76.25 155.32 -
System Red Green Blue C M Y K H S L
Decimal 236 196 106 0 0.17 0.55 0.07 41.54 0.77 0.67
Hex EC C4 6A 0 11 37 7 2A 4D 43
Octal 354 304 152 0 21 67 7 52 115 103
Binary 11101100 11000100 1101010 0 10001 110111 111 101010 1001101 1000011

Color Harmonies of #ECC46A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC46A

Black with #ECC46A

Text Example


Text Example

White with #ECC46A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC46A; }

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

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

background-color css

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

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

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

border-color css

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

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

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