Html Css Color HEX #ECD064 Golden Sand

📋 copy color: '#ECD064'

red 236 ◦ green 208 ◦ blue 100

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

Shades of Golden Sand #ECD064

Tints of Golden Sand #ECD064

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.24%

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

R = 43.38%
G = 38.24%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#ECD064 (or 0xECD064) is known color: Golden Sand. HEX triplet: EC, D0 and 64. RGB value is (236,208,100). Sum of RGB (Red+Green+Blue) = 236+208+100=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 208 (81.64% from 255 or 38.24% from 544); Blue value is 100 (39.45% from 255 or 18.38% from 544); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD064 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD064 is #132F9B. Grayscale: #CCCCCC. Windows color (decimal): -1257372 or 6607084. OLE color: 6607084.

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

Color convert

RGB 236 208 100 -
CMYK 0 0.12 0.58 0.07
HSL 47.65º 0.78% 0.66% -
HSV(B) 47.65º 0.58% 0.93% -
XYZ 59.45 63.86 21.25 -
YUV 204.06 69.28 150.78 -
System Red Green Blue C M Y K H S L
Decimal 236 208 100 0 0.12 0.58 0.07 47.65 0.78 0.66
Hex EC D0 64 0 C 3A 7 30 4E 42
Octal 354 320 144 0 14 72 7 60 116 102
Binary 11101100 11010000 1100100 0 1100 111010 111 110000 1001110 1000010

Color Harmonies of #ECD064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD064

Black with #ECD064

Text Example


Text Example

White with #ECD064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD064; }

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

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

background-color css

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

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

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

border-color css

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

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

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