Html Css Color HEX #ECD05F Golden Sand

📋 copy color: '#ECD05F'

red 236 ◦ green 208 ◦ blue 95

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

Shades of Golden Sand #ECD05F

Tints of Golden Sand #ECD05F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 17.63%

R = 43.78%
G = 38.59%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#ECD05F (or 0xECD05F) is known color: Golden Sand. HEX triplet: EC, D0 and 5F. RGB value is (236,208,95). Sum of RGB (Red+Green+Blue) = 236+208+95=539 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.78% from 539); Green value is 208 (81.64% from 255 or 38.59% from 539); Blue value is 95 (37.5% from 255 or 17.63% from 539); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD05F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD05F is #132FA0. Grayscale: #CBCBCB. Windows color (decimal): -1257377 or 6279404. OLE color: 6279404.

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

Color convert

RGB 236 208 95 -
CMYK 0 0.12 0.60 0.07
HSL 48.09º 0.79% 0.65% -
HSV(B) 48.09º 0.6% 0.93% -
XYZ 59.21 63.77 20.01 -
YUV 203.49 66.78 151.19 -
System Red Green Blue C M Y K H S L
Decimal 236 208 95 0 0.12 0.60 0.07 48.09 0.79 0.65
Hex EC D0 5F 0 C 3C 7 30 4F 41
Octal 354 320 137 0 14 74 7 60 117 101
Binary 11101100 11010000 1011111 0 1100 111100 111 110000 1001111 1000001

Color Harmonies of #ECD05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD05F

Black with #ECD05F

Text Example


Text Example

White with #ECD05F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD05F; }

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

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

background-color css

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

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

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

border-color css

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

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

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