Html Css Color HEX #ECD073 Golden Sand

📋 copy color: '#ECD073'

red 236 ◦ green 208 ◦ blue 115

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

Shades of Golden Sand #ECD073

Tints of Golden Sand #ECD073

RGB

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

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

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

R = 42.22%
G = 37.21%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#ECD073 (or 0xECD073) is known color: Golden Sand. HEX triplet: EC, D0 and 73. RGB value is (236,208,115). Sum of RGB (Red+Green+Blue) = 236+208+115=559 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.22% from 559); Green value is 208 (81.64% from 255 or 37.21% from 559); Blue value is 115 (45.31% from 255 or 20.57% from 559); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD073 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD073 is #132F8C. Grayscale: #CECECE. Windows color (decimal): -1257357 or 7590124. OLE color: 7590124.

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

Color convert

RGB 236 208 115 -
CMYK 0 0.12 0.51 0.07
HSL 46.12º 0.76% 0.69% -
HSV(B) 46.12º 0.51% 0.93% -
XYZ 60.24 64.18 25.43 -
YUV 205.77 76.78 149.56 -
System Red Green Blue C M Y K H S L
Decimal 236 208 115 0 0.12 0.51 0.07 46.12 0.76 0.69
Hex EC D0 73 0 C 33 7 2E 4C 45
Octal 354 320 163 0 14 63 7 56 114 105
Binary 11101100 11010000 1110011 0 1100 110011 111 101110 1001100 1000101

Color Harmonies of #ECD073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD073

Black with #ECD073

Text Example


Text Example

White with #ECD073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD073; }

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

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

background-color css

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

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

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

border-color css

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

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

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