Html Css Color HEX #E1C45D Golden Sand

📋 copy color: '#E1C45D'

red 225 ◦ green 196 ◦ blue 93

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

Shades of Golden Sand #E1C45D

Tints of Golden Sand #E1C45D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.13%

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

R = 43.77%
G = 38.13%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E1C45D (or 0xE1C45D) is known color: Golden Sand. HEX triplet: E1, C4 and 5D. RGB value is (225,196,93). Sum of RGB (Red+Green+Blue) = 225+196+93=514 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.77% from 514); Green value is 196 (76.95% from 255 or 38.13% from 514); Blue value is 93 (36.72% from 255 or 18.09% from 514); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C45D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C45D is #1E3BA2. Grayscale: #C1C1C1. Windows color (decimal): -1981347 or 6145249. OLE color: 6145249.

HSL color Cylindrical-coordinate representation of color #E1C45D: hue angle of 46.82º 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 #E1C45D is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 196 93 -
CMYK 0 0.13 0.59 0.12
HSL 46.82º 0.69% 0.62% -
HSV(B) 46.82º 0.59% 0.88% -
XYZ 52.77 56.28 18.44 -
YUV 192.93 71.61 150.88 -
System Red Green Blue C M Y K H S L
Decimal 225 196 93 0 0.13 0.59 0.12 46.82 0.69 0.62
Hex E1 C4 5D 0 D 3B C 2F 45 3E
Octal 341 304 135 0 15 73 14 57 105 76
Binary 11100001 11000100 1011101 0 1101 111011 1100 101111 1000101 111110

Color Harmonies of #E1C45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C45D

Black with #E1C45D

Text Example


Text Example

White with #E1C45D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C45D; }

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

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

background-color css

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

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

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

border-color css

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

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

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