Html Css Color HEX #ECCD65 Golden Sand

📋 copy color: '#ECCD65'

red 236 ◦ green 205 ◦ blue 101

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

Shades of Golden Sand #ECCD65

Tints of Golden Sand #ECCD65

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.82%

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

R = 43.54%
G = 37.82%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#ECCD65 (or 0xECCD65) is known color: Golden Sand. HEX triplet: EC, CD and 65. RGB value is (236,205,101). Sum of RGB (Red+Green+Blue) = 236+205+101=542 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.54% from 542); Green value is 205 (80.47% from 255 or 37.82% from 542); Blue value is 101 (39.84% from 255 or 18.63% from 542); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCD65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCD65 is #13329A. Grayscale: #CACACA. Windows color (decimal): -1258139 or 6671852. OLE color: 6671852.

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

Color convert

RGB 236 205 101 -
CMYK 0 0.13 0.57 0.07
HSL 46.22º 0.78% 0.66% -
HSV(B) 46.22º 0.57% 0.93% -
XYZ 58.77 62.44 21.27 -
YUV 202.41 70.77 151.96 -
System Red Green Blue C M Y K H S L
Decimal 236 205 101 0 0.13 0.57 0.07 46.22 0.78 0.66
Hex EC CD 65 0 D 39 7 2E 4E 42
Octal 354 315 145 0 15 71 7 56 116 102
Binary 11101100 11001101 1100101 0 1101 111001 111 101110 1001110 1000010

Color Harmonies of #ECCD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCD65

Black with #ECCD65

Text Example


Text Example

White with #ECCD65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCD65; }

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

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

background-color css

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

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

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

border-color css

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

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

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