Html Css Color HEX #ECD56E Golden Sand

📋 copy color: '#ECD56E'

red 236 ◦ green 213 ◦ blue 110

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

Shades of Golden Sand #ECD56E

Tints of Golden Sand #ECD56E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.1%

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

R = 42.22%
G = 38.1%
B = 19.68%

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

#ECD56E (or 0xECD56E) is known color: Golden Sand. HEX triplet: EC, D5 and 6E. RGB value is (236,213,110). Sum of RGB (Red+Green+Blue) = 236+213+110=559 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.22% from 559); Green value is 213 (83.59% from 255 or 38.10% from 559); Blue value is 110 (43.36% from 255 or 19.68% from 559); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD56E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD56E is #132A91. Grayscale: #D0D0D0. Windows color (decimal): -1256082 or 7263724. OLE color: 7263724.

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

Color convert

RGB 236 213 110 -
CMYK 0 0.10 0.53 0.07
HSL 49.05º 0.77% 0.68% -
HSV(B) 49.05º 0.53% 0.93% -
XYZ 61.2 66.55 24.37 -
YUV 208.14 72.62 147.88 -
System Red Green Blue C M Y K H S L
Decimal 236 213 110 0 0.10 0.53 0.07 49.05 0.77 0.68
Hex EC D5 6E 0 A 35 7 31 4D 44
Octal 354 325 156 0 12 65 7 61 115 104
Binary 11101100 11010101 1101110 0 1010 110101 111 110001 1001101 1000100

Color Harmonies of #ECD56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD56E

Black with #ECD56E

Text Example


Text Example

White with #ECD56E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD56E; }

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

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

background-color css

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

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

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

border-color css

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

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

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