Html Css Color HEX #ECD06C Golden Sand

📋 copy color: '#ECD06C'

red 236 ◦ green 208 ◦ blue 108

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

Shades of Golden Sand #ECD06C

Tints of Golden Sand #ECD06C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 19.57%

R = 42.75%
G = 37.68%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#ECD06C (or 0xECD06C) is known color: Golden Sand. HEX triplet: EC, D0 and 6C. RGB value is (236,208,108). Sum of RGB (Red+Green+Blue) = 236+208+108=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 208 (81.64% from 255 or 37.68% from 552); Blue value is 108 (42.58% from 255 or 19.57% from 552); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD06C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD06C is #132F93. Grayscale: #CDCDCD. Windows color (decimal): -1257364 or 7131372. OLE color: 7131372.

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

Color convert

RGB 236 208 108 -
CMYK 0 0.12 0.54 0.07
HSL 46.88º 0.77% 0.67% -
HSV(B) 46.88º 0.54% 0.93% -
XYZ 59.85 64.03 23.39 -
YUV 204.97 73.28 150.13 -
System Red Green Blue C M Y K H S L
Decimal 236 208 108 0 0.12 0.54 0.07 46.88 0.77 0.67
Hex EC D0 6C 0 C 36 7 2F 4D 43
Octal 354 320 154 0 14 66 7 57 115 103
Binary 11101100 11010000 1101100 0 1100 110110 111 101111 1001101 1000011

Color Harmonies of #ECD06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD06C

Black with #ECD06C

Text Example


Text Example

White with #ECD06C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD06C; }

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

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

background-color css

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

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

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

border-color css

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

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

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