Html Css Color HEX #ECD76E Golden Sand

📋 copy color: '#ECD76E'

red 236 ◦ green 215 ◦ blue 110

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

Shades of Golden Sand #ECD76E

Tints of Golden Sand #ECD76E

RGB

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

 GREEN value IS 215 (84.38% from 255) = 38.32%

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

R = 42.07%
G = 38.32%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ECD76E (or 0xECD76E) is known color: Golden Sand. HEX triplet: EC, D7 and 6E. RGB value is (236,215,110). Sum of RGB (Red+Green+Blue) = 236+215+110=561 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.07% from 561); Green value is 215 (84.38% from 255 or 38.32% from 561); Blue value is 110 (43.36% from 255 or 19.61% from 561); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD76E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD76E is #132891. Grayscale: #D1D1D1. Windows color (decimal): -1255570 or 7264236. OLE color: 7264236.

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

Color convert

RGB 236 215 110 -
CMYK 0 0.09 0.53 0.07
HSL 50º 0.77% 0.68% -
HSV(B) 50º 0.53% 0.93% -
XYZ 61.71 67.56 24.54 -
YUV 209.31 71.96 147.04 -
System Red Green Blue C M Y K H S L
Decimal 236 215 110 0 0.09 0.53 0.07 50 0.77 0.68
Hex EC D7 6E 0 9 35 7 32 4D 44
Octal 354 327 156 0 11 65 7 62 115 104
Binary 11101100 11010111 1101110 0 1001 110101 111 110010 1001101 1000100

Color Harmonies of #ECD76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD76E

Black with #ECD76E

Text Example


Text Example

White with #ECD76E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD76E; }

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

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

background-color css

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

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

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

border-color css

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

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

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