Html Css Color HEX #ECC365 Golden Sand

📋 copy color: '#ECC365'

red 236 ◦ green 195 ◦ blue 101

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

Shades of Golden Sand #ECC365

Tints of Golden Sand #ECC365

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.65%

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

R = 44.36%
G = 36.65%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#ECC365 (or 0xECC365) is known color: Golden Sand. HEX triplet: EC, C3 and 65. RGB value is (236,195,101). Sum of RGB (Red+Green+Blue) = 236+195+101=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 195 (76.56% from 255 or 36.65% from 532); Blue value is 101 (39.84% from 255 or 18.98% from 532); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC365 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC365 is #133C9A. Grayscale: #C4C4C4. Windows color (decimal): -1260699 or 6669292. OLE color: 6669292.

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

Color convert

RGB 236 195 101 -
CMYK 0 0.17 0.57 0.07
HSL 41.78º 0.78% 0.66% -
HSV(B) 41.78º 0.57% 0.93% -
XYZ 56.46 57.8 20.49 -
YUV 196.54 74.08 156.14 -
System Red Green Blue C M Y K H S L
Decimal 236 195 101 0 0.17 0.57 0.07 41.78 0.78 0.66
Hex EC C3 65 0 11 39 7 2A 4E 42
Octal 354 303 145 0 21 71 7 52 116 102
Binary 11101100 11000011 1100101 0 10001 111001 111 101010 1001110 1000010

Color Harmonies of #ECC365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC365

Black with #ECC365

Text Example


Text Example

White with #ECC365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC365; }

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

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

background-color css

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

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

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

border-color css

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

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

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