Html Css Color HEX #E2BF51 Cream Can

📋 copy color: '#E2BF51'

red 226 ◦ green 191 ◦ blue 81

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

Shades of Cream Can #E2BF51

Tints of Cream Can #E2BF51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 16.27%

R = 45.38%
G = 38.35%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.64

 K value IS 0.11

RGB Variations

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

Color information

#E2BF51 (or 0xE2BF51) is known color: Cream Can. HEX triplet: E2, BF and 51. RGB value is (226,191,81). Sum of RGB (Red+Green+Blue) = 226+191+81=498 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.38% from 498); Green value is 191 (75% from 255 or 38.35% from 498); Blue value is 81 (32.03% from 255 or 16.27% from 498); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BF51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2BF51 is #1D40AE. Grayscale: #BDBDBD. Windows color (decimal): -1917103 or 5357538. OLE color: 5357538.

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

Color convert

RGB 226 191 81 -
CMYK 0 0.15 0.64 0.11
HSL 45.52º 0.71% 0.6% -
HSV(B) 45.52º 0.64% 0.89% -
XYZ 51.48 54.02 15.5 -
YUV 188.93 67.1 154.44 -
System Red Green Blue C M Y K H S L
Decimal 226 191 81 0 0.15 0.64 0.11 45.52 0.71 0.6
Hex E2 BF 51 0 F 40 B 2E 47 3C
Octal 342 277 121 0 17 100 13 56 107 74
Binary 11100010 10111111 1010001 0 1111 1000000 1011 101110 1000111 111100

Color Harmonies of #E2BF51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BF51

Black with #E2BF51

Text Example


Text Example

White with #E2BF51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BF51; }

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

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

background-color css

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

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

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

border-color css

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

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

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