Html Css Color HEX #ECD463 Golden Sand

📋 copy color: '#ECD463'

red 236 ◦ green 212 ◦ blue 99

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

Shades of Golden Sand #ECD463

Tints of Golden Sand #ECD463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 18.1%

R = 43.14%
G = 38.76%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#ECD463 (or 0xECD463) is known color: Golden Sand. HEX triplet: EC, D4 and 63. RGB value is (236,212,99). Sum of RGB (Red+Green+Blue) = 236+212+99=547 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.14% from 547); Green value is 212 (83.20% from 255 or 38.76% from 547); Blue value is 99 (39.06% from 255 or 18.10% from 547); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD463 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD463 is #132B9C. Grayscale: #CECECE. Windows color (decimal): -1256349 or 6542572. OLE color: 6542572.

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

Color convert

RGB 236 212 99 -
CMYK 0 0.10 0.58 0.07
HSL 49.49º 0.78% 0.66% -
HSV(B) 49.49º 0.58% 0.93% -
XYZ 60.39 65.82 21.33 -
YUV 206.29 67.45 149.19 -
System Red Green Blue C M Y K H S L
Decimal 236 212 99 0 0.10 0.58 0.07 49.49 0.78 0.66
Hex EC D4 63 0 A 3A 7 31 4E 42
Octal 354 324 143 0 12 72 7 61 116 102
Binary 11101100 11010100 1100011 0 1010 111010 111 110001 1001110 1000010

Color Harmonies of #ECD463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD463

Black with #ECD463

Text Example


Text Example

White with #ECD463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD463; }

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

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

background-color css

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

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

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

border-color css

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

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

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