Html Css Color HEX #ECD969 Golden Sand

📋 copy color: '#ECD969'

red 236 ◦ green 217 ◦ blue 105

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

Shades of Golden Sand #ECD969

Tints of Golden Sand #ECD969

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.89%

 BLUE value IS 105 (41.41% from 255) = 18.82%

R = 42.29%
G = 38.89%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#ECD969 (or 0xECD969) is known color: Golden Sand. HEX triplet: EC, D9 and 69. RGB value is (236,217,105). Sum of RGB (Red+Green+Blue) = 236+217+105=558 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.29% from 558); Green value is 217 (85.16% from 255 or 38.89% from 558); Blue value is 105 (41.41% from 255 or 18.82% from 558); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD969 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD969 is #132696. Grayscale: #D2D2D2. Windows color (decimal): -1255063 or 6937068. OLE color: 6937068.

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

Color convert

RGB 236 217 105 -
CMYK 0 0.08 0.56 0.07
HSL 51.3º 0.78% 0.67% -
HSV(B) 51.3º 0.56% 0.93% -
XYZ 61.95 68.48 23.32 -
YUV 209.91 68.79 146.61 -
System Red Green Blue C M Y K H S L
Decimal 236 217 105 0 0.08 0.56 0.07 51.3 0.78 0.67
Hex EC D9 69 0 8 38 7 33 4E 43
Octal 354 331 151 0 10 70 7 63 116 103
Binary 11101100 11011001 1101001 0 1000 111000 111 110011 1001110 1000011

Color Harmonies of #ECD969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD969

Black with #ECD969

Text Example


Text Example

White with #ECD969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD969; }

 p { color: rgb(236,217,105); }

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

background-color css

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

 a { background-color: rgb(236,217,105); }

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

border-color css

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

 span { border-color: rgb(236,217,105); }

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