Html Css Color HEX #ECC46E Golden Sand

📋 copy color: '#ECC46E'

red 236 ◦ green 196 ◦ blue 110

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

Shades of Golden Sand #ECC46E

Tints of Golden Sand #ECC46E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.3%

R = 43.54%
G = 36.16%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ECC46E (or 0xECC46E) is known color: Golden Sand. HEX triplet: EC, C4 and 6E. RGB value is (236,196,110). Sum of RGB (Red+Green+Blue) = 236+196+110=542 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.54% from 542); Green value is 196 (76.95% from 255 or 36.16% from 542); Blue value is 110 (43.36% from 255 or 20.30% from 542); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC46E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC46E is #133B91. Grayscale: #C6C6C6. Windows color (decimal): -1260434 or 7259372. OLE color: 7259372.

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

Color convert

RGB 236 196 110 -
CMYK 0 0.17 0.53 0.07
HSL 40.95º 0.77% 0.68% -
HSV(B) 40.95º 0.53% 0.93% -
XYZ 57.15 58.44 23.02 -
YUV 198.16 78.25 154.99 -
System Red Green Blue C M Y K H S L
Decimal 236 196 110 0 0.17 0.53 0.07 40.95 0.77 0.68
Hex EC C4 6E 0 11 35 7 29 4D 44
Octal 354 304 156 0 21 65 7 51 115 104
Binary 11101100 11000100 1101110 0 10001 110101 111 101001 1001101 1000100

Color Harmonies of #ECC46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC46E

Black with #ECC46E

Text Example


Text Example

White with #ECC46E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC46E; }

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

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

background-color css

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

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

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

border-color css

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

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

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