Html Css Color HEX #ECD062 Golden Sand

📋 copy color: '#ECD062'

red 236 ◦ green 208 ◦ blue 98

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

Shades of Golden Sand #ECD062

Tints of Golden Sand #ECD062

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.38%

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

R = 43.54%
G = 38.38%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#ECD062 (or 0xECD062) is known color: Golden Sand. HEX triplet: EC, D0 and 62. RGB value is (236,208,98). Sum of RGB (Red+Green+Blue) = 236+208+98=542 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.54% from 542); Green value is 208 (81.64% from 255 or 38.38% from 542); Blue value is 98 (38.67% from 255 or 18.08% from 542); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD062 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD062 is #132F9D. Grayscale: #CCCCCC. Windows color (decimal): -1257374 or 6476012. OLE color: 6476012.

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

Color convert

RGB 236 208 98 -
CMYK 0 0.12 0.58 0.07
HSL 47.83º 0.78% 0.65% -
HSV(B) 47.83º 0.58% 0.93% -
XYZ 59.35 63.83 20.75 -
YUV 203.83 68.28 150.94 -
System Red Green Blue C M Y K H S L
Decimal 236 208 98 0 0.12 0.58 0.07 47.83 0.78 0.65
Hex EC D0 62 0 C 3A 7 30 4E 41
Octal 354 320 142 0 14 72 7 60 116 101
Binary 11101100 11010000 1100010 0 1100 111010 111 110000 1001110 1000001

Color Harmonies of #ECD062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD062

Black with #ECD062

Text Example


Text Example

White with #ECD062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD062; }

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

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

background-color css

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

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

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

border-color css

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

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

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