Html Css Color HEX #ECC368 Golden Sand

📋 copy color: '#ECC368'

red 236 ◦ green 195 ◦ blue 104

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

Shades of Golden Sand #ECC368

Tints of Golden Sand #ECC368

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.45%

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

R = 44.11%
G = 36.45%
B = 19.44%

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

#ECC368 (or 0xECC368) is known color: Golden Sand. HEX triplet: EC, C3 and 68. RGB value is (236,195,104). Sum of RGB (Red+Green+Blue) = 236+195+104=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 195 (76.56% from 255 or 36.45% from 535); Blue value is 104 (41.02% from 255 or 19.44% from 535); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC368 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC368 is #133C97. Grayscale: #C5C5C5. Windows color (decimal): -1260696 or 6865900. OLE color: 6865900.

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

Color convert

RGB 236 195 104 -
CMYK 0 0.17 0.56 0.07
HSL 41.36º 0.78% 0.67% -
HSV(B) 41.36º 0.56% 0.93% -
XYZ 56.61 57.86 21.28 -
YUV 196.89 75.58 155.9 -
System Red Green Blue C M Y K H S L
Decimal 236 195 104 0 0.17 0.56 0.07 41.36 0.78 0.67
Hex EC C3 68 0 11 38 7 29 4E 43
Octal 354 303 150 0 21 70 7 51 116 103
Binary 11101100 11000011 1101000 0 10001 111000 111 101001 1001110 1000011

Color Harmonies of #ECC368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC368

Black with #ECC368

Text Example


Text Example

White with #ECC368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC368; }

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

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

background-color css

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

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

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

border-color css

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

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

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