Html Css Color HEX #E1C55F Golden Sand

📋 copy color: '#E1C55F'

red 225 ◦ green 197 ◦ blue 95

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

Shades of Golden Sand #E1C55F

Tints of Golden Sand #E1C55F

RGB

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

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

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

R = 43.52%
G = 38.1%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E1C55F (or 0xE1C55F) is known color: Golden Sand. HEX triplet: E1, C5 and 5F. RGB value is (225,197,95). Sum of RGB (Red+Green+Blue) = 225+197+95=517 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.52% from 517); Green value is 197 (77.34% from 255 or 38.10% from 517); Blue value is 95 (37.5% from 255 or 18.38% from 517); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C55F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C55F is #1E3AA0. Grayscale: #C2C2C2. Windows color (decimal): -1981089 or 6276577. OLE color: 6276577.

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

Color convert

RGB 225 197 95 -
CMYK 0 0.12 0.58 0.12
HSL 47.08º 0.68% 0.63% -
HSV(B) 47.08º 0.58% 0.88% -
XYZ 53.08 56.77 18.99 -
YUV 193.74 72.28 150.29 -
System Red Green Blue C M Y K H S L
Decimal 225 197 95 0 0.12 0.58 0.12 47.08 0.68 0.63
Hex E1 C5 5F 0 C 3A C 2F 44 3F
Octal 341 305 137 0 14 72 14 57 104 77
Binary 11100001 11000101 1011111 0 1100 111010 1100 101111 1000100 111111

Color Harmonies of #E1C55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C55F

Black with #E1C55F

Text Example


Text Example

White with #E1C55F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C55F; }

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

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

background-color css

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

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

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

border-color css

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

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

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