Html Css Color HEX #ECD373 Golden Sand

📋 copy color: '#ECD373'

red 236 ◦ green 211 ◦ blue 115

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

Shades of Golden Sand #ECD373

Tints of Golden Sand #ECD373

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.54%

 BLUE value IS 115 (45.31% from 255) = 20.46%

R = 41.99%
G = 37.54%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#ECD373 (or 0xECD373) is known color: Golden Sand. HEX triplet: EC, D3 and 73. RGB value is (236,211,115). Sum of RGB (Red+Green+Blue) = 236+211+115=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 211 (82.81% from 255 or 37.54% from 562); Blue value is 115 (45.31% from 255 or 20.46% from 562); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD373 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD373 is #132C8C. Grayscale: #CFCFCF. Windows color (decimal): -1256589 or 7590892. OLE color: 7590892.

HSL color Cylindrical-coordinate representation of color #ECD373: hue angle of 47.6º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ECD373 is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 211 115 -
CMYK 0 0.11 0.51 0.07
HSL 47.6º 0.76% 0.69% -
HSV(B) 47.6º 0.51% 0.93% -
XYZ 60.98 65.66 25.68 -
YUV 207.53 75.78 148.31 -
System Red Green Blue C M Y K H S L
Decimal 236 211 115 0 0.11 0.51 0.07 47.6 0.76 0.69
Hex EC D3 73 0 B 33 7 30 4C 45
Octal 354 323 163 0 13 63 7 60 114 105
Binary 11101100 11010011 1110011 0 1011 110011 111 110000 1001100 1000101

Color Harmonies of #ECD373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD373

Black with #ECD373

Text Example


Text Example

White with #ECD373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD373; }

 p { color: rgb(236,211,115); }

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

background-color css

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

 a { background-color: rgb(236,211,115); }

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

border-color css

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

 span { border-color: rgb(236,211,115); }

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