Html Css Color HEX #ECC95F Golden Sand

📋 copy color: '#ECC95F'

red 236 ◦ green 201 ◦ blue 95

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

Shades of Golden Sand #ECC95F

Tints of Golden Sand #ECC95F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.78%

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

R = 44.36%
G = 37.78%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#ECC95F (or 0xECC95F) is known color: Golden Sand. HEX triplet: EC, C9 and 5F. RGB value is (236,201,95). Sum of RGB (Red+Green+Blue) = 236+201+95=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 201 (78.91% from 255 or 37.78% from 532); Blue value is 95 (37.5% from 255 or 17.86% from 532); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC95F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC95F is #1336A0. Grayscale: #C7C7C7. Windows color (decimal): -1259169 or 6277612. OLE color: 6277612.

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

Color convert

RGB 236 201 95 -
CMYK 0 0.15 0.60 0.07
HSL 45.11º 0.79% 0.65% -
HSV(B) 45.11º 0.6% 0.93% -
XYZ 57.54 60.43 19.46 -
YUV 199.38 69.1 154.12 -
System Red Green Blue C M Y K H S L
Decimal 236 201 95 0 0.15 0.60 0.07 45.11 0.79 0.65
Hex EC C9 5F 0 F 3C 7 2D 4F 41
Octal 354 311 137 0 17 74 7 55 117 101
Binary 11101100 11001001 1011111 0 1111 111100 111 101101 1001111 1000001

Color Harmonies of #ECC95F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC95F

Black with #ECC95F

Text Example


Text Example

White with #ECC95F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC95F; }

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

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

background-color css

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

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

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

border-color css

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

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

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