Html Css Color HEX #ECCD62 Golden Sand

📋 copy color: '#ECCD62'

red 236 ◦ green 205 ◦ blue 98

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

Shades of Golden Sand #ECCD62

Tints of Golden Sand #ECCD62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.18%

R = 43.78%
G = 38.03%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#ECCD62 (or 0xECCD62) is known color: Golden Sand. HEX triplet: EC, CD and 62. RGB value is (236,205,98). Sum of RGB (Red+Green+Blue) = 236+205+98=539 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.78% from 539); Green value is 205 (80.47% from 255 or 38.03% from 539); Blue value is 98 (38.67% from 255 or 18.18% from 539); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCD62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCD62 is #13329D. Grayscale: #CACACA. Windows color (decimal): -1258142 or 6475244. OLE color: 6475244.

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

Color convert

RGB 236 205 98 -
CMYK 0 0.13 0.58 0.07
HSL 46.52º 0.78% 0.65% -
HSV(B) 46.52º 0.58% 0.93% -
XYZ 58.63 62.38 20.51 -
YUV 202.07 69.27 152.2 -
System Red Green Blue C M Y K H S L
Decimal 236 205 98 0 0.13 0.58 0.07 46.52 0.78 0.65
Hex EC CD 62 0 D 3A 7 2F 4E 41
Octal 354 315 142 0 15 72 7 57 116 101
Binary 11101100 11001101 1100010 0 1101 111010 111 101111 1001110 1000001

Color Harmonies of #ECCD62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCD62

Black with #ECCD62

Text Example


Text Example

White with #ECCD62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCD62; }

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

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

background-color css

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

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

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

border-color css

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

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

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