Html Css Color HEX #ECDC65 Golden Sand

📋 copy color: '#ECDC65'

red 236 ◦ green 220 ◦ blue 101

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

Shades of Golden Sand #ECDC65

Tints of Golden Sand #ECDC65

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.5%

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

R = 42.37%
G = 39.5%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#ECDC65 (or 0xECDC65) is known color: Golden Sand. HEX triplet: EC, DC and 65. RGB value is (236,220,101). Sum of RGB (Red+Green+Blue) = 236+220+101=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 220 (86.33% from 255 or 39.50% from 557); Blue value is 101 (39.84% from 255 or 18.13% from 557); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDC65 is #13239A. Grayscale: #D3D3D3. Windows color (decimal): -1254299 or 6675692. OLE color: 6675692.

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

Color convert

RGB 236 220 101 -
CMYK 0 0.07 0.57 0.07
HSL 52.89º 0.78% 0.66% -
HSV(B) 52.89º 0.57% 0.93% -
XYZ 62.53 69.96 22.52 -
YUV 211.22 65.8 145.68 -
System Red Green Blue C M Y K H S L
Decimal 236 220 101 0 0.07 0.57 0.07 52.89 0.78 0.66
Hex EC DC 65 0 7 39 7 35 4E 42
Octal 354 334 145 0 7 71 7 65 116 102
Binary 11101100 11011100 1100101 0 111 111001 111 110101 1001110 1000010

Color Harmonies of #ECDC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDC65

Black with #ECDC65

Text Example


Text Example

White with #ECDC65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDC65; }

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

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

background-color css

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

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

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

border-color css

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

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

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