Html Css Color HEX #ECCD76 Golden Sand

📋 copy color: '#ECCD76'

red 236 ◦ green 205 ◦ blue 118

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

Shades of Golden Sand #ECCD76

Tints of Golden Sand #ECCD76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 21.11%

R = 42.22%
G = 36.67%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.5

 K value IS 0.07

RGB Variations

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

Color information

#ECCD76 (or 0xECCD76) is known color: Golden Sand. HEX triplet: EC, CD and 76. RGB value is (236,205,118). Sum of RGB (Red+Green+Blue) = 236+205+118=559 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.22% from 559); Green value is 205 (80.47% from 255 or 36.67% from 559); Blue value is 118 (46.48% from 255 or 21.11% from 559); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCD76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCD76 is #133289. Grayscale: #CCCCCC. Windows color (decimal): -1258122 or 7785964. OLE color: 7785964.

HSL color Cylindrical-coordinate representation of color #ECCD76: hue angle of 44.24º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ECCD76 is Cyan = 0, Magento = 0.13, Yellow = 0.5 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 205 118 -
CMYK 0 0.13 0.5 0.07
HSL 44.24º 0.76% 0.69% -
HSV(B) 44.24º 0.5% 0.93% -
XYZ 59.69 62.8 26.12 -
YUV 204.35 79.27 150.57 -
System Red Green Blue C M Y K H S L
Decimal 236 205 118 0 0.13 0.5 0.07 44.24 0.76 0.69
Hex EC CD 76 0 D 32 7 2C 4C 45
Octal 354 315 166 0 15 62 7 54 114 105
Binary 11101100 11001101 1110110 0 1101 110010 111 101100 1001100 1000101

Color Harmonies of #ECCD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCD76

Black with #ECCD76

Text Example


Text Example

White with #ECCD76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCD76; }

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

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

background-color css

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

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

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

border-color css

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

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

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