Html Css Color HEX #ECD165 Golden Sand

📋 copy color: '#ECD165'

red 236 ◦ green 209 ◦ blue 101

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

Shades of Golden Sand #ECD165

Tints of Golden Sand #ECD165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.5%

R = 43.22%
G = 38.28%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#ECD165 (or 0xECD165) is known color: Golden Sand. HEX triplet: EC, D1 and 65. RGB value is (236,209,101). Sum of RGB (Red+Green+Blue) = 236+209+101=546 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.22% from 546); Green value is 209 (82.03% from 255 or 38.28% from 546); Blue value is 101 (39.84% from 255 or 18.50% from 546); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD165 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD165 is #132E9A. Grayscale: #CDCDCD. Windows color (decimal): -1257115 or 6672876. OLE color: 6672876.

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

Color convert

RGB 236 209 101 -
CMYK 0 0.11 0.57 0.07
HSL 48º 0.78% 0.66% -
HSV(B) 48º 0.57% 0.93% -
XYZ 59.74 64.37 21.59 -
YUV 204.76 69.45 150.28 -
System Red Green Blue C M Y K H S L
Decimal 236 209 101 0 0.11 0.57 0.07 48 0.78 0.66
Hex EC D1 65 0 B 39 7 30 4E 42
Octal 354 321 145 0 13 71 7 60 116 102
Binary 11101100 11010001 1100101 0 1011 111001 111 110000 1001110 1000010

Color Harmonies of #ECD165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD165

Black with #ECD165

Text Example


Text Example

White with #ECD165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD165; }

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

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

background-color css

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

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

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

border-color css

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

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

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