Html Css Color HEX #E2BF49 Cream Can

📋 copy color: '#E2BF49'

red 226 ◦ green 191 ◦ blue 73

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

Shades of Cream Can #E2BF49

Tints of Cream Can #E2BF49

RGB

 RED value IS 226 (88.67% from 255) = 46.12%

 GREEN value IS 191 (75% from 255) = 38.98%

 BLUE value IS 73 (28.91% from 255) = 14.9%

R = 46.12%
G = 38.98%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#E2BF49 (or 0xE2BF49) is known color: Cream Can. HEX triplet: E2, BF and 49. RGB value is (226,191,73). Sum of RGB (Red+Green+Blue) = 226+191+73=490 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.12% from 490); Green value is 191 (75% from 255 or 38.98% from 490); Blue value is 73 (28.91% from 255 or 14.90% from 490); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BF49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2BF49 is #1D40B6. Grayscale: #BCBCBC. Windows color (decimal): -1917111 or 4833250. OLE color: 4833250.

HSL color Cylindrical-coordinate representation of color #E2BF49: hue angle of 46.27º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E2BF49 is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 191 73 -
CMYK 0 0.15 0.68 0.11
HSL 46.27º 0.73% 0.59% -
HSV(B) 46.27º 0.68% 0.89% -
XYZ 51.2 53.91 14.01 -
YUV 188.01 63.1 155.09 -
System Red Green Blue C M Y K H S L
Decimal 226 191 73 0 0.15 0.68 0.11 46.27 0.73 0.59
Hex E2 BF 49 0 F 44 B 2E 49 3B
Octal 342 277 111 0 17 104 13 56 111 73
Binary 11100010 10111111 1001001 0 1111 1000100 1011 101110 1001001 111011

Color Harmonies of #E2BF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BF49

Black with #E2BF49

Text Example


Text Example

White with #E2BF49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BF49; }

 p { color: rgb(226,191,73); }

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

background-color css

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

 a { background-color: rgb(226,191,73); }

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

border-color css

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

 span { border-color: rgb(226,191,73); }

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