Html Css Color HEX #ECC46C Golden Sand

📋 copy color: '#ECC46C'

red 236 ◦ green 196 ◦ blue 108

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

Shades of Golden Sand #ECC46C

Tints of Golden Sand #ECC46C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 20%

R = 43.7%
G = 36.3%
B = 20%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#ECC46C (or 0xECC46C) is known color: Golden Sand. HEX triplet: EC, C4 and 6C. RGB value is (236,196,108). Sum of RGB (Red+Green+Blue) = 236+196+108=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 196 (76.95% from 255 or 36.30% from 540); Blue value is 108 (42.58% from 255 or 20% from 540); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC46C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC46C is #133B93. Grayscale: #C6C6C6. Windows color (decimal): -1260436 or 7128300. OLE color: 7128300.

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

Color convert

RGB 236 196 108 -
CMYK 0 0.17 0.54 0.07
HSL 41.25º 0.77% 0.67% -
HSV(B) 41.25º 0.54% 0.93% -
XYZ 57.04 58.4 22.45 -
YUV 197.93 77.25 155.16 -
System Red Green Blue C M Y K H S L
Decimal 236 196 108 0 0.17 0.54 0.07 41.25 0.77 0.67
Hex EC C4 6C 0 11 36 7 29 4D 43
Octal 354 304 154 0 21 66 7 51 115 103
Binary 11101100 11000100 1101100 0 10001 110110 111 101001 1001101 1000011

Color Harmonies of #ECC46C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC46C

Black with #ECC46C

Text Example


Text Example

White with #ECC46C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC46C; }

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

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

background-color css

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

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

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

border-color css

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

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

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