Html Css Color HEX #ECC95E Golden Sand

📋 copy color: '#ECC95E'

red 236 ◦ green 201 ◦ blue 94

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

Shades of Golden Sand #ECC95E

Tints of Golden Sand #ECC95E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17.7%

R = 44.44%
G = 37.85%
B = 17.7%

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

#ECC95E (or 0xECC95E) is known color: Golden Sand. HEX triplet: EC, C9 and 5E. RGB value is (236,201,94). Sum of RGB (Red+Green+Blue) = 236+201+94=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 201 (78.91% from 255 or 37.85% from 531); Blue value is 94 (37.11% from 255 or 17.70% from 531); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC95E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC95E is #1336A1. Grayscale: #C7C7C7. Windows color (decimal): -1259170 or 6212076. OLE color: 6212076.

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

Color convert

RGB 236 201 94 -
CMYK 0 0.15 0.60 0.07
HSL 45.21º 0.79% 0.65% -
HSV(B) 45.21º 0.6% 0.93% -
XYZ 57.5 60.41 19.22 -
YUV 199.27 68.6 154.2 -
System Red Green Blue C M Y K H S L
Decimal 236 201 94 0 0.15 0.60 0.07 45.21 0.79 0.65
Hex EC C9 5E 0 F 3C 7 2D 4F 41
Octal 354 311 136 0 17 74 7 55 117 101
Binary 11101100 11001001 1011110 0 1111 111100 111 101101 1001111 1000001

Color Harmonies of #ECC95E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC95E

Black with #ECC95E

Text Example


Text Example

White with #ECC95E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC95E; }

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

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

background-color css

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

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

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

border-color css

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

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

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