#E2BF3D

Color #E2BF3D Confetti (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Confetti #E2BF3D

Tints of Confetti #E2BF3D

Color information

#E2BF3D (or 0xE2BF3D) is unknown color: approx Confetti. HEX triplet: E2, BF and 3D. RGB value is (226,191,61). Sum of RGB (Red+Green+Blue) = 226+191+61=478 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.28% from 478); Green value is 191 (75% from 255 or 39.96% from 478); Blue value is 61 (24.22% from 255 or 12.76% from 478); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BF3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2BF3D is #1D40C2. Grayscale: #BBBBBB. Windows color (decimal): -1917123 or 4046818. OLE color: 4046818.

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

Color convert

RGB22619161-
CMYK00.150.730.11
HSL47.27º73.99%56.27%-
HSV(B)47.27º73.01%88.63%-
XYZ50.8453.7712.11-
YUV186.6457.1156.07-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 47.28%
GREEN value IS 191 (75% from 255) = 39.96%
BLUE value IS 61 (24.22% from 255) = 12.76%
R=47.28%
G=39.96%
B=12.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.73
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261916100.150.730.1147.2773.9956.27
HexE2BF3D0F49B2f4a38
Octal34227775017111135711270
Binary111000101011111111110101111100100110111011111001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BF3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BF3D; }

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

 H1.HeaderClassName
 {
   color: #E2BF3D;
 }
 .AnyTagClassName
 {
   color: #E2BF3D;
 }
</style>
background-color css

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

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

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

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

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

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