Html Css Color HEX #ECD162 Golden Sand

📋 copy color: '#ECD162'

red 236 ◦ green 209 ◦ blue 98

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

Shades of Golden Sand #ECD162

Tints of Golden Sand #ECD162

RGB

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

 GREEN value IS 209 (82.03% from 255) = 38.49%

 BLUE value IS 98 (38.67% from 255) = 18.05%

R = 43.46%
G = 38.49%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#ECD162 (or 0xECD162) is known color: Golden Sand. HEX triplet: EC, D1 and 62. RGB value is (236,209,98). Sum of RGB (Red+Green+Blue) = 236+209+98=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 209 (82.03% from 255 or 38.49% from 543); Blue value is 98 (38.67% from 255 or 18.05% from 543); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD162 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD162 is #132E9D. Grayscale: #CCCCCC. Windows color (decimal): -1257118 or 6476268. OLE color: 6476268.

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

Color convert

RGB 236 209 98 -
CMYK 0 0.11 0.58 0.07
HSL 48.26º 0.78% 0.65% -
HSV(B) 48.26º 0.58% 0.93% -
XYZ 59.6 64.32 20.83 -
YUV 204.42 67.95 150.53 -
System Red Green Blue C M Y K H S L
Decimal 236 209 98 0 0.11 0.58 0.07 48.26 0.78 0.65
Hex EC D1 62 0 B 3A 7 30 4E 41
Octal 354 321 142 0 13 72 7 60 116 101
Binary 11101100 11010001 1100010 0 1011 111010 111 110000 1001110 1000001

Color Harmonies of #ECD162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD162

Black with #ECD162

Text Example


Text Example

White with #ECD162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD162; }

 p { color: rgb(236,209,98); }

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

background-color css

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

 a { background-color: rgb(236,209,98); }

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

border-color css

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

 span { border-color: rgb(236,209,98); }

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