Html Css Color HEX #ECC468 Golden Sand

📋 copy color: '#ECC468'

red 236 ◦ green 196 ◦ blue 104

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

Shades of Golden Sand #ECC468

Tints of Golden Sand #ECC468

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.57%

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

R = 44.03%
G = 36.57%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#ECC468 (or 0xECC468) is known color: Golden Sand. HEX triplet: EC, C4 and 68. RGB value is (236,196,104). Sum of RGB (Red+Green+Blue) = 236+196+104=536 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.03% from 536); Green value is 196 (76.95% from 255 or 36.57% from 536); Blue value is 104 (41.02% from 255 or 19.40% from 536); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC468 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC468 is #133B97. Grayscale: #C5C5C5. Windows color (decimal): -1260440 or 6866156. OLE color: 6866156.

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

Color convert

RGB 236 196 104 -
CMYK 0 0.17 0.56 0.07
HSL 41.82º 0.78% 0.67% -
HSV(B) 41.82º 0.56% 0.93% -
XYZ 56.83 58.31 21.36 -
YUV 197.47 75.25 155.48 -
System Red Green Blue C M Y K H S L
Decimal 236 196 104 0 0.17 0.56 0.07 41.82 0.78 0.67
Hex EC C4 68 0 11 38 7 2A 4E 43
Octal 354 304 150 0 21 70 7 52 116 103
Binary 11101100 11000100 1101000 0 10001 111000 111 101010 1001110 1000011

Color Harmonies of #ECC468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC468

Black with #ECC468

Text Example


Text Example

White with #ECC468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC468; }

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

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

background-color css

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

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

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

border-color css

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

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

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