Html Css Color HEX #ECCC6A Golden Sand

📋 copy color: '#ECCC6A'

red 236 ◦ green 204 ◦ blue 106

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

Shades of Golden Sand #ECCC6A

Tints of Golden Sand #ECCC6A

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.36%

 BLUE value IS 106 (41.8% from 255) = 19.41%

R = 43.22%
G = 37.36%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ECCC6A (or 0xECCC6A) is known color: Golden Sand. HEX triplet: EC, CC and 6A. RGB value is (236,204,106). Sum of RGB (Red+Green+Blue) = 236+204+106=546 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.22% from 546); Green value is 204 (80.08% from 255 or 37.36% from 546); Blue value is 106 (41.80% from 255 or 19.41% from 546); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCC6A is #133395. Grayscale: #CACACA. Windows color (decimal): -1258390 or 6999276. OLE color: 6999276.

HSL color Cylindrical-coordinate representation of color #ECCC6A: hue angle of 45.23º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ECCC6A is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 204 106 -
CMYK 0 0.14 0.55 0.07
HSL 45.23º 0.77% 0.67% -
HSV(B) 45.23º 0.55% 0.93% -
XYZ 58.79 62.06 22.52 -
YUV 202.4 73.6 151.97 -
System Red Green Blue C M Y K H S L
Decimal 236 204 106 0 0.14 0.55 0.07 45.23 0.77 0.67
Hex EC CC 6A 0 E 37 7 2D 4D 43
Octal 354 314 152 0 16 67 7 55 115 103
Binary 11101100 11001100 1101010 0 1110 110111 111 101101 1001101 1000011

Color Harmonies of #ECCC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCC6A

Black with #ECCC6A

Text Example


Text Example

White with #ECCC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCC6A; }

 p { color: rgb(236,204,106); }

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

background-color css

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

 a { background-color: rgb(236,204,106); }

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

border-color css

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

 span { border-color: rgb(236,204,106); }

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