Html Css Color HEX #E1C150 Cream Can

📋 copy color: '#E1C150'

red 225 ◦ green 193 ◦ blue 80

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

Shades of Cream Can #E1C150

Tints of Cream Can #E1C150

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.76%

 BLUE value IS 80 (31.64% from 255) = 16.06%

R = 45.18%
G = 38.76%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E1C150 (or 0xE1C150) is known color: Cream Can. HEX triplet: E1, C1 and 50. RGB value is (225,193,80). Sum of RGB (Red+Green+Blue) = 225+193+80=498 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.18% from 498); Green value is 193 (75.78% from 255 or 38.76% from 498); Blue value is 80 (31.64% from 255 or 16.06% from 498); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C150 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C150 is #1E3EAF. Grayscale: #BEBEBE. Windows color (decimal): -1982128 or 5292513. OLE color: 5292513.

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

Color convert

RGB 225 193 80 -
CMYK 0 0.14 0.64 0.12
HSL 46.76º 0.71% 0.6% -
HSV(B) 46.76º 0.64% 0.88% -
XYZ 51.57 54.73 15.43 -
YUV 189.69 66.1 153.19 -
System Red Green Blue C M Y K H S L
Decimal 225 193 80 0 0.14 0.64 0.12 46.76 0.71 0.6
Hex E1 C1 50 0 E 40 C 2F 47 3C
Octal 341 301 120 0 16 100 14 57 107 74
Binary 11100001 11000001 1010000 0 1110 1000000 1100 101111 1000111 111100

Color Harmonies of #E1C150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C150

Black with #E1C150

Text Example


Text Example

White with #E1C150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C150; }

 p { color: rgb(225,193,80); }

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

background-color css

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

 a { background-color: rgb(225,193,80); }

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

border-color css

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

 span { border-color: rgb(225,193,80); }

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