Html Css Color HEX #ECD466 Golden Sand

📋 copy color: '#ECD466'

red 236 ◦ green 212 ◦ blue 102

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

Shades of Golden Sand #ECD466

Tints of Golden Sand #ECD466

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.55%

 BLUE value IS 102 (40.23% from 255) = 18.55%

R = 42.91%
G = 38.55%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#ECD466 (or 0xECD466) is known color: Golden Sand. HEX triplet: EC, D4 and 66. RGB value is (236,212,102). Sum of RGB (Red+Green+Blue) = 236+212+102=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 212 (83.20% from 255 or 38.55% from 550); Blue value is 102 (40.23% from 255 or 18.55% from 550); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD466 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD466 is #132B99. Grayscale: #CFCFCF. Windows color (decimal): -1256346 or 6739180. OLE color: 6739180.

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

Color convert

RGB 236 212 102 -
CMYK 0 0.10 0.57 0.07
HSL 49.25º 0.78% 0.66% -
HSV(B) 49.25º 0.57% 0.93% -
XYZ 60.53 65.88 22.1 -
YUV 206.64 68.95 148.94 -
System Red Green Blue C M Y K H S L
Decimal 236 212 102 0 0.10 0.57 0.07 49.25 0.78 0.66
Hex EC D4 66 0 A 39 7 31 4E 42
Octal 354 324 146 0 12 71 7 61 116 102
Binary 11101100 11010100 1100110 0 1010 111001 111 110001 1001110 1000010

Color Harmonies of #ECD466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD466

Black with #ECD466

Text Example


Text Example

White with #ECD466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD466; }

 p { color: rgb(236,212,102); }

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

background-color css

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

 a { background-color: rgb(236,212,102); }

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

border-color css

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

 span { border-color: rgb(236,212,102); }

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