Html Css Color HEX #ECC969 Golden Sand

📋 copy color: '#ECC969'

red 236 ◦ green 201 ◦ blue 105

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

Shades of Golden Sand #ECC969

Tints of Golden Sand #ECC969

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.08%

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

R = 43.54%
G = 37.08%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#ECC969 (or 0xECC969) is known color: Golden Sand. HEX triplet: EC, C9 and 69. RGB value is (236,201,105). Sum of RGB (Red+Green+Blue) = 236+201+105=542 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.54% from 542); Green value is 201 (78.91% from 255 or 37.08% from 542); Blue value is 105 (41.41% from 255 or 19.37% from 542); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC969 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC969 is #133696. Grayscale: #C8C8C8. Windows color (decimal): -1259159 or 6932972. OLE color: 6932972.

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

Color convert

RGB 236 201 105 -
CMYK 0 0.15 0.56 0.07
HSL 43.97º 0.78% 0.67% -
HSV(B) 43.97º 0.56% 0.93% -
XYZ 58.03 60.63 22.01 -
YUV 200.52 74.1 153.31 -
System Red Green Blue C M Y K H S L
Decimal 236 201 105 0 0.15 0.56 0.07 43.97 0.78 0.67
Hex EC C9 69 0 F 38 7 2C 4E 43
Octal 354 311 151 0 17 70 7 54 116 103
Binary 11101100 11001001 1101001 0 1111 111000 111 101100 1001110 1000011

Color Harmonies of #ECC969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC969

Black with #ECC969

Text Example


Text Example

White with #ECC969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC969; }

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

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

background-color css

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

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

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

border-color css

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

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

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