Html Css Color HEX #ECCD64 Golden Sand

📋 copy color: '#ECCD64'

red 236 ◦ green 205 ◦ blue 100

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

Shades of Golden Sand #ECCD64

Tints of Golden Sand #ECCD64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.48%

R = 43.62%
G = 37.89%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#ECCD64 (or 0xECCD64) is known color: Golden Sand. HEX triplet: EC, CD and 64. RGB value is (236,205,100). Sum of RGB (Red+Green+Blue) = 236+205+100=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 205 (80.47% from 255 or 37.89% from 541); Blue value is 100 (39.45% from 255 or 18.48% from 541); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCD64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCD64 is #13329B. Grayscale: #CACACA. Windows color (decimal): -1258140 or 6606316. OLE color: 6606316.

HSL color Cylindrical-coordinate representation of color #ECCD64: hue angle of 46.32º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ECCD64 is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 205 100 -
CMYK 0 0.13 0.58 0.07
HSL 46.32º 0.78% 0.66% -
HSV(B) 46.32º 0.58% 0.93% -
XYZ 58.72 62.42 21.01 -
YUV 202.3 70.27 152.04 -
System Red Green Blue C M Y K H S L
Decimal 236 205 100 0 0.13 0.58 0.07 46.32 0.78 0.66
Hex EC CD 64 0 D 3A 7 2E 4E 42
Octal 354 315 144 0 15 72 7 56 116 102
Binary 11101100 11001101 1100100 0 1101 111010 111 101110 1001110 1000010

Color Harmonies of #ECCD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCD64

Black with #ECCD64

Text Example


Text Example

White with #ECCD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCD64; }

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

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

background-color css

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

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

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

border-color css

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

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

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