Html Css Color HEX #ECC968 Golden Sand

📋 copy color: '#ECC968'

red 236 ◦ green 201 ◦ blue 104

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

Shades of Golden Sand #ECC968

Tints of Golden Sand #ECC968

RGB

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

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

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

R = 43.62%
G = 37.15%
B = 19.22%

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

#ECC968 (or 0xECC968) is known color: Golden Sand. HEX triplet: EC, C9 and 68. RGB value is (236,201,104). Sum of RGB (Red+Green+Blue) = 236+201+104=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 201 (78.91% from 255 or 37.15% from 541); Blue value is 104 (41.02% from 255 or 19.22% from 541); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC968 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC968 is #133697. Grayscale: #C8C8C8. Windows color (decimal): -1259160 or 6867436. OLE color: 6867436.

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

Color convert

RGB 236 201 104 -
CMYK 0 0.15 0.56 0.07
HSL 44.09º 0.78% 0.67% -
HSV(B) 44.09º 0.56% 0.93% -
XYZ 57.98 60.61 21.74 -
YUV 200.41 73.6 153.39 -
System Red Green Blue C M Y K H S L
Decimal 236 201 104 0 0.15 0.56 0.07 44.09 0.78 0.67
Hex EC C9 68 0 F 38 7 2C 4E 43
Octal 354 311 150 0 17 70 7 54 116 103
Binary 11101100 11001001 1101000 0 1111 111000 111 101100 1001110 1000011

Color Harmonies of #ECC968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC968

Black with #ECC968

Text Example


Text Example

White with #ECC968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC968; }

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

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

background-color css

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

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

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

border-color css

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

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

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