Html Css Color HEX #ECCD6A Golden Sand

📋 copy color: '#ECCD6A'

red 236 ◦ green 205 ◦ blue 106

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

Shades of Golden Sand #ECCD6A

Tints of Golden Sand #ECCD6A

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.48%

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

R = 43.14%
G = 37.48%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ECCD6A (or 0xECCD6A) is known color: Golden Sand. HEX triplet: EC, CD and 6A. RGB value is (236,205,106). Sum of RGB (Red+Green+Blue) = 236+205+106=547 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.14% from 547); Green value is 205 (80.47% from 255 or 37.48% from 547); Blue value is 106 (41.80% from 255 or 19.38% from 547); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCD6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCD6A is #133295. Grayscale: #CBCBCB. Windows color (decimal): -1258134 or 6999532. OLE color: 6999532.

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

Color convert

RGB 236 205 106 -
CMYK 0 0.13 0.55 0.07
HSL 45.69º 0.77% 0.67% -
HSV(B) 45.69º 0.55% 0.93% -
XYZ 59.02 62.54 22.6 -
YUV 202.98 73.27 151.55 -
System Red Green Blue C M Y K H S L
Decimal 236 205 106 0 0.13 0.55 0.07 45.69 0.77 0.67
Hex EC CD 6A 0 D 37 7 2E 4D 43
Octal 354 315 152 0 15 67 7 56 115 103
Binary 11101100 11001101 1101010 0 1101 110111 111 101110 1001101 1000011

Color Harmonies of #ECCD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCD6A

Black with #ECCD6A

Text Example


Text Example

White with #ECCD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCD6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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