Html Css Color HEX #ECC869 Golden Sand

📋 copy color: '#ECC869'

red 236 ◦ green 200 ◦ blue 105

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

Shades of Golden Sand #ECC869

Tints of Golden Sand #ECC869

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.97%

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

R = 43.62%
G = 36.97%
B = 19.41%

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

#ECC869 (or 0xECC869) is known color: Golden Sand. HEX triplet: EC, C8 and 69. RGB value is (236,200,105). Sum of RGB (Red+Green+Blue) = 236+200+105=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 200 (78.52% from 255 or 36.97% from 541); Blue value is 105 (41.41% from 255 or 19.41% from 541); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC869 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC869 is #133796. Grayscale: #C8C8C8. Windows color (decimal): -1259415 or 6932716. OLE color: 6932716.

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

Color convert

RGB 236 200 105 -
CMYK 0 0.15 0.56 0.07
HSL 43.51º 0.78% 0.67% -
HSV(B) 43.51º 0.56% 0.93% -
XYZ 57.8 60.16 21.93 -
YUV 199.93 74.43 153.72 -
System Red Green Blue C M Y K H S L
Decimal 236 200 105 0 0.15 0.56 0.07 43.51 0.78 0.67
Hex EC C8 69 0 F 38 7 2C 4E 43
Octal 354 310 151 0 17 70 7 54 116 103
Binary 11101100 11001000 1101001 0 1111 111000 111 101100 1001110 1000011

Color Harmonies of #ECC869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC869

Black with #ECC869

Text Example


Text Example

White with #ECC869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC869; }

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

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

background-color css

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

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

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

border-color css

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

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

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