Html Css Color HEX #ECCD5E Golden Sand

📋 copy color: '#ECCD5E'

red 236 ◦ green 205 ◦ blue 94

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

Shades of Golden Sand #ECCD5E

Tints of Golden Sand #ECCD5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17.57%

R = 44.11%
G = 38.32%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#ECCD5E (or 0xECCD5E) is known color: Golden Sand. HEX triplet: EC, CD and 5E. RGB value is (236,205,94). Sum of RGB (Red+Green+Blue) = 236+205+94=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 205 (80.47% from 255 or 38.32% from 535); Blue value is 94 (37.11% from 255 or 17.57% from 535); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCD5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCD5E is #1332A1. Grayscale: #CACACA. Windows color (decimal): -1258146 or 6213100. OLE color: 6213100.

HSL color Cylindrical-coordinate representation of color #ECCD5E: hue angle of 46.9º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ECCD5E is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 205 94 -
CMYK 0 0.13 0.60 0.07
HSL 46.9º 0.79% 0.65% -
HSV(B) 46.9º 0.6% 0.93% -
XYZ 58.44 62.3 19.54 -
YUV 201.62 67.27 152.53 -
System Red Green Blue C M Y K H S L
Decimal 236 205 94 0 0.13 0.60 0.07 46.9 0.79 0.65
Hex EC CD 5E 0 D 3C 7 2F 4F 41
Octal 354 315 136 0 15 74 7 57 117 101
Binary 11101100 11001101 1011110 0 1101 111100 111 101111 1001111 1000001

Color Harmonies of #ECCD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCD5E

Black with #ECCD5E

Text Example


Text Example

White with #ECCD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCD5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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