Html Css Color HEX #ECD261 Golden Sand

📋 copy color: '#ECD261'

red 236 ◦ green 210 ◦ blue 97

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

Shades of Golden Sand #ECD261

Tints of Golden Sand #ECD261

RGB

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

 GREEN value IS 210 (82.42% from 255) = 38.67%

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

R = 43.46%
G = 38.67%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#ECD261 (or 0xECD261) is known color: Golden Sand. HEX triplet: EC, D2 and 61. RGB value is (236,210,97). Sum of RGB (Red+Green+Blue) = 236+210+97=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 210 (82.42% from 255 or 38.67% from 543); Blue value is 97 (38.28% from 255 or 17.86% from 543); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD261 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD261 is #132D9E. Grayscale: #CDCDCD. Windows color (decimal): -1256863 or 6410988. OLE color: 6410988.

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

Color convert

RGB 236 210 97 -
CMYK 0 0.11 0.59 0.07
HSL 48.78º 0.79% 0.65% -
HSV(B) 48.78º 0.59% 0.93% -
XYZ 59.8 64.79 20.66 -
YUV 204.89 67.11 150.19 -
System Red Green Blue C M Y K H S L
Decimal 236 210 97 0 0.11 0.59 0.07 48.78 0.79 0.65
Hex EC D2 61 0 B 3B 7 31 4F 41
Octal 354 322 141 0 13 73 7 61 117 101
Binary 11101100 11010010 1100001 0 1011 111011 111 110001 1001111 1000001

Color Harmonies of #ECD261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD261

Black with #ECD261

Text Example


Text Example

White with #ECD261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD261; }

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

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

background-color css

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

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

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

border-color css

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

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

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