Html Css Color HEX #E1C054 Cream Can

📋 copy color: '#E1C054'

red 225 ◦ green 192 ◦ blue 84

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

Shades of Cream Can #E1C054

Tints of Cream Can #E1C054

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.32%

 BLUE value IS 84 (33.2% from 255) = 16.77%

R = 44.91%
G = 38.32%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#E1C054 (or 0xE1C054) is known color: Cream Can. HEX triplet: E1, C0 and 54. RGB value is (225,192,84). Sum of RGB (Red+Green+Blue) = 225+192+84=501 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.91% from 501); Green value is 192 (75.39% from 255 or 38.32% from 501); Blue value is 84 (33.20% from 255 or 16.77% from 501); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C054 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C054 is #1E3FAB. Grayscale: #BEBEBE. Windows color (decimal): -1982380 or 5554401. OLE color: 5554401.

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

Color convert

RGB 225 192 84 -
CMYK 0 0.15 0.63 0.12
HSL 45.96º 0.7% 0.61% -
HSV(B) 45.96º 0.63% 0.88% -
XYZ 51.5 54.35 16.16 -
YUV 189.56 68.43 153.28 -
System Red Green Blue C M Y K H S L
Decimal 225 192 84 0 0.15 0.63 0.12 45.96 0.7 0.61
Hex E1 C0 54 0 F 3F C 2E 46 3D
Octal 341 300 124 0 17 77 14 56 106 75
Binary 11100001 11000000 1010100 0 1111 111111 1100 101110 1000110 111101

Color Harmonies of #E1C054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C054

Black with #E1C054

Text Example


Text Example

White with #E1C054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C054; }

 p { color: rgb(225,192,84); }

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

background-color css

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

 a { background-color: rgb(225,192,84); }

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

border-color css

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

 span { border-color: rgb(225,192,84); }

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