Html Css Color HEX #ECC75F Golden Sand

📋 copy color: '#ECC75F'

red 236 ◦ green 199 ◦ blue 95

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

Shades of Golden Sand #ECC75F

Tints of Golden Sand #ECC75F

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.55%

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

R = 44.53%
G = 37.55%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#ECC75F (or 0xECC75F) is known color: Golden Sand. HEX triplet: EC, C7 and 5F. RGB value is (236,199,95). Sum of RGB (Red+Green+Blue) = 236+199+95=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 199 (78.12% from 255 or 37.55% from 530); Blue value is 95 (37.5% from 255 or 17.92% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC75F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC75F is #1338A0. Grayscale: #C6C6C6. Windows color (decimal): -1259681 or 6277100. OLE color: 6277100.

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

Color convert

RGB 236 199 95 -
CMYK 0 0.16 0.60 0.07
HSL 44.26º 0.79% 0.65% -
HSV(B) 44.26º 0.6% 0.93% -
XYZ 57.08 59.51 19.3 -
YUV 198.21 69.76 154.96 -
System Red Green Blue C M Y K H S L
Decimal 236 199 95 0 0.16 0.60 0.07 44.26 0.79 0.65
Hex EC C7 5F 0 10 3C 7 2C 4F 41
Octal 354 307 137 0 20 74 7 54 117 101
Binary 11101100 11000111 1011111 0 10000 111100 111 101100 1001111 1000001

Color Harmonies of #ECC75F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC75F

Black with #ECC75F

Text Example


Text Example

White with #ECC75F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC75F; }

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

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

background-color css

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

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

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

border-color css

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

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

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