Html Css Color HEX #ECD46F Golden Sand

📋 copy color: '#ECD46F'

red 236 ◦ green 212 ◦ blue 111

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

Shades of Golden Sand #ECD46F

Tints of Golden Sand #ECD46F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.92%

 BLUE value IS 111 (43.75% from 255) = 19.86%

R = 42.22%
G = 37.92%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ECD46F (or 0xECD46F) is known color: Golden Sand. HEX triplet: EC, D4 and 6F. RGB value is (236,212,111). Sum of RGB (Red+Green+Blue) = 236+212+111=559 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.22% from 559); Green value is 212 (83.20% from 255 or 37.92% from 559); Blue value is 111 (43.75% from 255 or 19.86% from 559); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD46F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD46F is #132B90. Grayscale: #D0D0D0. Windows color (decimal): -1256337 or 7329004. OLE color: 7329004.

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

Color convert

RGB 236 212 111 -
CMYK 0 0.10 0.53 0.07
HSL 48.48º 0.77% 0.68% -
HSV(B) 48.48º 0.53% 0.93% -
XYZ 61 66.07 24.58 -
YUV 207.66 73.45 148.21 -
System Red Green Blue C M Y K H S L
Decimal 236 212 111 0 0.10 0.53 0.07 48.48 0.77 0.68
Hex EC D4 6F 0 A 35 7 30 4D 44
Octal 354 324 157 0 12 65 7 60 115 104
Binary 11101100 11010100 1101111 0 1010 110101 111 110000 1001101 1000100

Color Harmonies of #ECD46F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD46F

Black with #ECD46F

Text Example


Text Example

White with #ECD46F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD46F; }

 p { color: rgb(236,212,111); }

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

background-color css

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

 a { background-color: rgb(236,212,111); }

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

border-color css

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

 span { border-color: rgb(236,212,111); }

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