Html Css Color HEX #ECC769 Golden Sand

📋 copy color: '#ECC769'

red 236 ◦ green 199 ◦ blue 105

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

Shades of Golden Sand #ECC769

Tints of Golden Sand #ECC769

RGB

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

 GREEN value IS 199 (78.13% from 255) = 36.85%

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

R = 43.7%
G = 36.85%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#ECC769 (or 0xECC769) is known color: Golden Sand. HEX triplet: EC, C7 and 69. RGB value is (236,199,105). Sum of RGB (Red+Green+Blue) = 236+199+105=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 199 (78.12% from 255 or 36.85% from 540); Blue value is 105 (41.41% from 255 or 19.44% from 540); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC769 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC769 is #133896. Grayscale: #C7C7C7. Windows color (decimal): -1259671 or 6932460. OLE color: 6932460.

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

Color convert

RGB 236 199 105 -
CMYK 0 0.16 0.56 0.07
HSL 43.05º 0.78% 0.67% -
HSV(B) 43.05º 0.56% 0.93% -
XYZ 57.57 59.7 21.85 -
YUV 199.35 74.76 154.14 -
System Red Green Blue C M Y K H S L
Decimal 236 199 105 0 0.16 0.56 0.07 43.05 0.78 0.67
Hex EC C7 69 0 10 38 7 2B 4E 43
Octal 354 307 151 0 20 70 7 53 116 103
Binary 11101100 11000111 1101001 0 10000 111000 111 101011 1001110 1000011

Color Harmonies of #ECC769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC769

Black with #ECC769

Text Example


Text Example

White with #ECC769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC769; }

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

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

background-color css

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

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

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

border-color css

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

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

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