Html Css Color HEX #ECC768 Golden Sand

📋 copy color: '#ECC768'

red 236 ◦ green 199 ◦ blue 104

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

Shades of Golden Sand #ECC768

Tints of Golden Sand #ECC768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.29%

R = 43.78%
G = 36.92%
B = 19.29%

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

#ECC768 (or 0xECC768) is known color: Golden Sand. HEX triplet: EC, C7 and 68. RGB value is (236,199,104). Sum of RGB (Red+Green+Blue) = 236+199+104=539 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.78% from 539); Green value is 199 (78.12% from 255 or 36.92% from 539); Blue value is 104 (41.02% from 255 or 19.29% from 539); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC768 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC768 is #133897. Grayscale: #C7C7C7. Windows color (decimal): -1259672 or 6866924. OLE color: 6866924.

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

Color convert

RGB 236 199 104 -
CMYK 0 0.16 0.56 0.07
HSL 43.18º 0.78% 0.67% -
HSV(B) 43.18º 0.56% 0.93% -
XYZ 57.51 59.68 21.58 -
YUV 199.23 74.26 154.22 -
System Red Green Blue C M Y K H S L
Decimal 236 199 104 0 0.16 0.56 0.07 43.18 0.78 0.67
Hex EC C7 68 0 10 38 7 2B 4E 43
Octal 354 307 150 0 20 70 7 53 116 103
Binary 11101100 11000111 1101000 0 10000 111000 111 101011 1001110 1000011

Color Harmonies of #ECC768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC768

Black with #ECC768

Text Example


Text Example

White with #ECC768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC768; }

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

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

background-color css

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

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

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

border-color css

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

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

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