Html Css Color HEX #ECD668 Golden Sand

📋 copy color: '#ECD668'

red 236 ◦ green 214 ◦ blue 104

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

Shades of Golden Sand #ECD668

Tints of Golden Sand #ECD668

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.63%

 BLUE value IS 104 (41.02% from 255) = 18.77%

R = 42.6%
G = 38.63%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#ECD668 (or 0xECD668) is known color: Golden Sand. HEX triplet: EC, D6 and 68. RGB value is (236,214,104). Sum of RGB (Red+Green+Blue) = 236+214+104=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 214 (83.98% from 255 or 38.63% from 554); Blue value is 104 (41.02% from 255 or 18.77% from 554); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD668 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD668 is #132997. Grayscale: #D0D0D0. Windows color (decimal): -1255832 or 6870764. OLE color: 6870764.

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

Color convert

RGB 236 214 104 -
CMYK 0 0.09 0.56 0.07
HSL 50º 0.78% 0.67% -
HSV(B) 50º 0.56% 0.93% -
XYZ 61.14 66.93 22.79 -
YUV 208.04 69.29 147.94 -
System Red Green Blue C M Y K H S L
Decimal 236 214 104 0 0.09 0.56 0.07 50 0.78 0.67
Hex EC D6 68 0 9 38 7 32 4E 43
Octal 354 326 150 0 11 70 7 62 116 103
Binary 11101100 11010110 1101000 0 1001 111000 111 110010 1001110 1000011

Color Harmonies of #ECD668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD668

Black with #ECD668

Text Example


Text Example

White with #ECD668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD668; }

 p { color: rgb(236,214,104); }

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

background-color css

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

 a { background-color: rgb(236,214,104); }

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

border-color css

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

 span { border-color: rgb(236,214,104); }

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