Html Css Color HEX #E9C960 Golden Sand

📋 copy color: '#E9C960'

red 233 ◦ green 201 ◦ blue 96

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

Shades of Golden Sand #E9C960

Tints of Golden Sand #E9C960

RGB

 RED value IS 233 (91.41% from 255) = 43.96%

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

 BLUE value IS 96 (37.89% from 255) = 18.11%

R = 43.96%
G = 37.92%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#E9C960 (or 0xE9C960) is known color: Golden Sand. HEX triplet: E9, C9 and 60. RGB value is (233,201,96). Sum of RGB (Red+Green+Blue) = 233+201+96=530 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.96% from 530); Green value is 201 (78.91% from 255 or 37.92% from 530); Blue value is 96 (37.89% from 255 or 18.11% from 530); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C960 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9C960 is #16369F. Grayscale: #C7C7C7. Windows color (decimal): -1455776 or 6343145. OLE color: 6343145.

HSL color Cylindrical-coordinate representation of color #E9C960: hue angle of 45.99º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E9C960 is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 201 96 -
CMYK 0 0.14 0.59 0.09
HSL 45.99º 0.76% 0.65% -
HSV(B) 45.99º 0.59% 0.91% -
XYZ 56.6 59.94 19.65 -
YUV 198.6 70.1 152.54 -
System Red Green Blue C M Y K H S L
Decimal 233 201 96 0 0.14 0.59 0.09 45.99 0.76 0.65
Hex E9 C9 60 0 E 3B 9 2E 4C 41
Octal 351 311 140 0 16 73 11 56 114 101
Binary 11101001 11001001 1100000 0 1110 111011 1001 101110 1001100 1000001

Color Harmonies of #E9C960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9C960

Black with #E9C960

Text Example


Text Example

White with #E9C960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9C960; }

 p { color: rgb(233,201,96); }

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

background-color css

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

 a { background-color: rgb(233,201,96); }

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

border-color css

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

 span { border-color: rgb(233,201,96); }

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