Html Css Color HEX #ECD561 Golden Sand

📋 copy color: '#ECD561'

red 236 ◦ green 213 ◦ blue 97

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

Shades of Golden Sand #ECD561

Tints of Golden Sand #ECD561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 17.77%

R = 43.22%
G = 39.01%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#ECD561 (or 0xECD561) is known color: Golden Sand. HEX triplet: EC, D5 and 61. RGB value is (236,213,97). Sum of RGB (Red+Green+Blue) = 236+213+97=546 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.22% from 546); Green value is 213 (83.59% from 255 or 39.01% from 546); Blue value is 97 (38.28% from 255 or 17.77% from 546); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD561 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD561 is #132A9E. Grayscale: #CFCFCF. Windows color (decimal): -1256095 or 6411756. OLE color: 6411756.

HSL color Cylindrical-coordinate representation of color #ECD561: hue angle of 50.07º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ECD561 is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 213 97 -
CMYK 0 0.10 0.59 0.07
HSL 50.07º 0.79% 0.65% -
HSV(B) 50.07º 0.59% 0.93% -
XYZ 60.54 66.28 20.91 -
YUV 206.65 66.12 148.93 -
System Red Green Blue C M Y K H S L
Decimal 236 213 97 0 0.10 0.59 0.07 50.07 0.79 0.65
Hex EC D5 61 0 A 3B 7 32 4F 41
Octal 354 325 141 0 12 73 7 62 117 101
Binary 11101100 11010101 1100001 0 1010 111011 111 110010 1001111 1000001

Color Harmonies of #ECD561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD561

Black with #ECD561

Text Example


Text Example

White with #ECD561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD561; }

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

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

background-color css

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

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

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

border-color css

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

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

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