Html Css Color HEX #ECD965 Golden Sand

📋 copy color: '#ECD965'

red 236 ◦ green 217 ◦ blue 101

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

Shades of Golden Sand #ECD965

Tints of Golden Sand #ECD965

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.17%

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

R = 42.6%
G = 39.17%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#ECD965 (or 0xECD965) is known color: Golden Sand. HEX triplet: EC, D9 and 65. RGB value is (236,217,101). Sum of RGB (Red+Green+Blue) = 236+217+101=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 217 (85.16% from 255 or 39.17% from 554); Blue value is 101 (39.84% from 255 or 18.23% from 554); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD965 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD965 is #13269A. Grayscale: #D1D1D1. Windows color (decimal): -1255067 or 6674924. OLE color: 6674924.

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

Color convert

RGB 236 217 101 -
CMYK 0 0.08 0.57 0.07
HSL 51.56º 0.78% 0.66% -
HSV(B) 51.56º 0.57% 0.93% -
XYZ 61.75 68.4 22.26 -
YUV 209.46 66.79 146.93 -
System Red Green Blue C M Y K H S L
Decimal 236 217 101 0 0.08 0.57 0.07 51.56 0.78 0.66
Hex EC D9 65 0 8 39 7 34 4E 42
Octal 354 331 145 0 10 71 7 64 116 102
Binary 11101100 11011001 1100101 0 1000 111001 111 110100 1001110 1000010

Color Harmonies of #ECD965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD965

Black with #ECD965

Text Example


Text Example

White with #ECD965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD965; }

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

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

background-color css

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

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

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

border-color css

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

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

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