Html Css Color HEX #ECD461 Golden Sand

📋 copy color: '#ECD461'

red 236 ◦ green 212 ◦ blue 97

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

Shades of Golden Sand #ECD461

Tints of Golden Sand #ECD461

RGB

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

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

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

R = 43.3%
G = 38.9%
B = 17.8%

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

#ECD461 (or 0xECD461) is known color: Golden Sand. HEX triplet: EC, D4 and 61. RGB value is (236,212,97). Sum of RGB (Red+Green+Blue) = 236+212+97=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 212 (83.20% from 255 or 38.90% from 545); Blue value is 97 (38.28% from 255 or 17.80% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD461 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD461 is #132B9E. Grayscale: #CECECE. Windows color (decimal): -1256351 or 6411500. OLE color: 6411500.

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

Color convert

RGB 236 212 97 -
CMYK 0 0.10 0.59 0.07
HSL 49.64º 0.79% 0.65% -
HSV(B) 49.64º 0.59% 0.93% -
XYZ 60.29 65.78 20.83 -
YUV 206.07 66.45 149.35 -
System Red Green Blue C M Y K H S L
Decimal 236 212 97 0 0.10 0.59 0.07 49.64 0.79 0.65
Hex EC D4 61 0 A 3B 7 32 4F 41
Octal 354 324 141 0 12 73 7 62 117 101
Binary 11101100 11010100 1100001 0 1010 111011 111 110010 1001111 1000001

Color Harmonies of #ECD461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD461

Black with #ECD461

Text Example


Text Example

White with #ECD461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD461; }

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

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

background-color css

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

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

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

border-color css

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

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

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