Html Css Color HEX #ECD063 Golden Sand

📋 copy color: '#ECD063'

red 236 ◦ green 208 ◦ blue 99

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

Shades of Golden Sand #ECD063

Tints of Golden Sand #ECD063

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.31%

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

R = 43.46%
G = 38.31%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#ECD063 (or 0xECD063) is known color: Golden Sand. HEX triplet: EC, D0 and 63. RGB value is (236,208,99). Sum of RGB (Red+Green+Blue) = 236+208+99=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 208 (81.64% from 255 or 38.31% from 543); Blue value is 99 (39.06% from 255 or 18.23% from 543); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD063 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD063 is #132F9C. Grayscale: #CCCCCC. Windows color (decimal): -1257373 or 6541548. OLE color: 6541548.

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

Color convert

RGB 236 208 99 -
CMYK 0 0.12 0.58 0.07
HSL 47.74º 0.78% 0.66% -
HSV(B) 47.74º 0.58% 0.93% -
XYZ 59.4 63.85 21 -
YUV 203.95 68.78 150.86 -
System Red Green Blue C M Y K H S L
Decimal 236 208 99 0 0.12 0.58 0.07 47.74 0.78 0.66
Hex EC D0 63 0 C 3A 7 30 4E 42
Octal 354 320 143 0 14 72 7 60 116 102
Binary 11101100 11010000 1100011 0 1100 111010 111 110000 1001110 1000010

Color Harmonies of #ECD063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD063

Black with #ECD063

Text Example


Text Example

White with #ECD063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD063; }

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

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

background-color css

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

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

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

border-color css

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

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

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