Html Css Color HEX #ECC65F Golden Sand

📋 copy color: '#ECC65F'

red 236 ◦ green 198 ◦ blue 95

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

Shades of Golden Sand #ECC65F

Tints of Golden Sand #ECC65F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.43%

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

R = 44.61%
G = 37.43%
B = 17.96%

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

#ECC65F (or 0xECC65F) is known color: Golden Sand. HEX triplet: EC, C6 and 5F. RGB value is (236,198,95). Sum of RGB (Red+Green+Blue) = 236+198+95=529 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.61% from 529); Green value is 198 (77.73% from 255 or 37.43% from 529); Blue value is 95 (37.5% from 255 or 17.96% from 529); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC65F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC65F is #1339A0. Grayscale: #C6C6C6. Windows color (decimal): -1259937 or 6276844. OLE color: 6276844.

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

Color convert

RGB 236 198 95 -
CMYK 0 0.16 0.60 0.07
HSL 43.83º 0.79% 0.65% -
HSV(B) 43.83º 0.6% 0.93% -
XYZ 56.85 59.05 19.23 -
YUV 197.62 70.09 155.38 -
System Red Green Blue C M Y K H S L
Decimal 236 198 95 0 0.16 0.60 0.07 43.83 0.79 0.65
Hex EC C6 5F 0 10 3C 7 2C 4F 41
Octal 354 306 137 0 20 74 7 54 117 101
Binary 11101100 11000110 1011111 0 10000 111100 111 101100 1001111 1000001

Color Harmonies of #ECC65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC65F

Black with #ECC65F

Text Example


Text Example

White with #ECC65F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC65F; }

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

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

background-color css

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

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

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

border-color css

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

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

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