Html Css Color HEX #ECC665 Golden Sand

📋 copy color: '#ECC665'

red 236 ◦ green 198 ◦ blue 101

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

Shades of Golden Sand #ECC665

Tints of Golden Sand #ECC665

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.01%

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

R = 44.11%
G = 37.01%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#ECC665 (or 0xECC665) is known color: Golden Sand. HEX triplet: EC, C6 and 65. RGB value is (236,198,101). Sum of RGB (Red+Green+Blue) = 236+198+101=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 198 (77.73% from 255 or 37.01% from 535); Blue value is 101 (39.84% from 255 or 18.88% from 535); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC665 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC665 is #13399A. Grayscale: #C6C6C6. Windows color (decimal): -1259931 or 6670060. OLE color: 6670060.

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

Color convert

RGB 236 198 101 -
CMYK 0 0.16 0.57 0.07
HSL 43.11º 0.78% 0.66% -
HSV(B) 43.11º 0.57% 0.93% -
XYZ 57.14 59.16 20.72 -
YUV 198.3 73.09 154.89 -
System Red Green Blue C M Y K H S L
Decimal 236 198 101 0 0.16 0.57 0.07 43.11 0.78 0.66
Hex EC C6 65 0 10 39 7 2B 4E 42
Octal 354 306 145 0 20 71 7 53 116 102
Binary 11101100 11000110 1100101 0 10000 111001 111 101011 1001110 1000010

Color Harmonies of #ECC665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC665

Black with #ECC665

Text Example


Text Example

White with #ECC665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC665; }

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

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

background-color css

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

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

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

border-color css

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

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

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