Html Css Color HEX #E1C65A Cream Can

📋 copy color: '#E1C65A'

red 225 ◦ green 198 ◦ blue 90

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

Shades of Cream Can #E1C65A

Tints of Cream Can #E1C65A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.54%

R = 43.86%
G = 38.6%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E1C65A (or 0xE1C65A) is known color: Cream Can. HEX triplet: E1, C6 and 5A. RGB value is (225,198,90). Sum of RGB (Red+Green+Blue) = 225+198+90=513 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.86% from 513); Green value is 198 (77.73% from 255 or 38.60% from 513); Blue value is 90 (35.55% from 255 or 17.54% from 513); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C65A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C65A is #1E39A5. Grayscale: #C2C2C2. Windows color (decimal): -1980838 or 5949153. OLE color: 5949153.

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

Color convert

RGB 225 198 90 -
CMYK 0 0.12 0.60 0.12
HSL 48º 0.69% 0.62% -
HSV(B) 48º 0.6% 0.88% -
XYZ 53.09 57.13 17.9 -
YUV 193.76 69.45 150.28 -
System Red Green Blue C M Y K H S L
Decimal 225 198 90 0 0.12 0.60 0.12 48 0.69 0.62
Hex E1 C6 5A 0 C 3C C 30 45 3E
Octal 341 306 132 0 14 74 14 60 105 76
Binary 11100001 11000110 1011010 0 1100 111100 1100 110000 1000101 111110

Color Harmonies of #E1C65A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C65A

Black with #E1C65A

Text Example


Text Example

White with #E1C65A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C65A; }

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

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

background-color css

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

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

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

border-color css

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

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

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