Html Css Color HEX #ECCD6E Golden Sand

📋 copy color: '#ECCD6E'

red 236 ◦ green 205 ◦ blue 110

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

Shades of Golden Sand #ECCD6E

Tints of Golden Sand #ECCD6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 19.96%

R = 42.83%
G = 37.21%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ECCD6E (or 0xECCD6E) is known color: Golden Sand. HEX triplet: EC, CD and 6E. RGB value is (236,205,110). Sum of RGB (Red+Green+Blue) = 236+205+110=551 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.83% from 551); Green value is 205 (80.47% from 255 or 37.21% from 551); Blue value is 110 (43.36% from 255 or 19.96% from 551); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCD6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCD6E is #133291. Grayscale: #CBCBCB. Windows color (decimal): -1258130 or 7261676. OLE color: 7261676.

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

Color convert

RGB 236 205 110 -
CMYK 0 0.13 0.53 0.07
HSL 45.24º 0.77% 0.68% -
HSV(B) 45.24º 0.53% 0.93% -
XYZ 59.24 62.62 23.72 -
YUV 203.44 75.27 151.22 -
System Red Green Blue C M Y K H S L
Decimal 236 205 110 0 0.13 0.53 0.07 45.24 0.77 0.68
Hex EC CD 6E 0 D 35 7 2D 4D 44
Octal 354 315 156 0 15 65 7 55 115 104
Binary 11101100 11001101 1101110 0 1101 110101 111 101101 1001101 1000100

Color Harmonies of #ECCD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCD6E

Black with #ECCD6E

Text Example


Text Example

White with #ECCD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCD6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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