Html Css Color HEX #E1C65E Golden Sand

📋 copy color: '#E1C65E'

red 225 ◦ green 198 ◦ blue 94

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

Shades of Golden Sand #E1C65E

Tints of Golden Sand #E1C65E

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.3%

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

R = 43.52%
G = 38.3%
B = 18.18%

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

#E1C65E (or 0xE1C65E) is known color: Golden Sand. HEX triplet: E1, C6 and 5E. RGB value is (225,198,94). Sum of RGB (Red+Green+Blue) = 225+198+94=517 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.52% from 517); Green value is 198 (77.73% from 255 or 38.30% from 517); Blue value is 94 (37.11% from 255 or 18.18% from 517); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C65E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C65E is #1E39A1. Grayscale: #C2C2C2. Windows color (decimal): -1980834 or 6211297. OLE color: 6211297.

HSL color Cylindrical-coordinate representation of color #E1C65E: hue angle of 47.63º degrees, saturation: 0.69, 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 #E1C65E is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 198 94 -
CMYK 0 0.12 0.58 0.12
HSL 47.63º 0.69% 0.63% -
HSV(B) 47.63º 0.58% 0.88% -
XYZ 53.27 57.2 18.82 -
YUV 194.22 71.45 149.96 -
System Red Green Blue C M Y K H S L
Decimal 225 198 94 0 0.12 0.58 0.12 47.63 0.69 0.63
Hex E1 C6 5E 0 C 3A C 30 45 3F
Octal 341 306 136 0 14 72 14 60 105 77
Binary 11100001 11000110 1011110 0 1100 111010 1100 110000 1000101 111111

Color Harmonies of #E1C65E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C65E

Black with #E1C65E

Text Example


Text Example

White with #E1C65E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C65E; }

 p { color: rgb(225,198,94); }

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

background-color css

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

 a { background-color: rgb(225,198,94); }

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

border-color css

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

 span { border-color: rgb(225,198,94); }

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