Html Css Color HEX #E1C55D Golden Sand

📋 copy color: '#E1C55D'

red 225 ◦ green 197 ◦ blue 93

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

Shades of Golden Sand #E1C55D

Tints of Golden Sand #E1C55D

RGB

 RED value IS 225 (88.28% from 255) = 43.69%

 GREEN value IS 197 (77.34% from 255) = 38.25%

 BLUE value IS 93 (36.72% from 255) = 18.06%

R = 43.69%
G = 38.25%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E1C55D (or 0xE1C55D) is known color: Golden Sand. HEX triplet: E1, C5 and 5D. RGB value is (225,197,93). Sum of RGB (Red+Green+Blue) = 225+197+93=515 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.69% from 515); Green value is 197 (77.34% from 255 or 38.25% from 515); Blue value is 93 (36.72% from 255 or 18.06% from 515); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C55D is #1E3AA2. Grayscale: #C1C1C1. Windows color (decimal): -1981091 or 6145505. OLE color: 6145505.

HSL color Cylindrical-coordinate representation of color #E1C55D: hue angle of 47.27º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E1C55D is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 197 93 -
CMYK 0 0.12 0.59 0.12
HSL 47.27º 0.69% 0.62% -
HSV(B) 47.27º 0.59% 0.88% -
XYZ 52.99 56.73 18.51 -
YUV 193.52 71.28 150.46 -
System Red Green Blue C M Y K H S L
Decimal 225 197 93 0 0.12 0.59 0.12 47.27 0.69 0.62
Hex E1 C5 5D 0 C 3B C 2F 45 3E
Octal 341 305 135 0 14 73 14 57 105 76
Binary 11100001 11000101 1011101 0 1100 111011 1100 101111 1000101 111110

Color Harmonies of #E1C55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C55D

Black with #E1C55D

Text Example


Text Example

White with #E1C55D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C55D; }

 p { color: rgb(225,197,93); }

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

background-color css

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

 a { background-color: rgb(225,197,93); }

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

border-color css

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

 span { border-color: rgb(225,197,93); }

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