#E3BF3C

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

Shades of Confetti #E3BF3C

Tints of Confetti #E3BF3C

Color information

#E3BF3C (or 0xE3BF3C) is unknown color: approx Confetti. HEX triplet: E3, BF and 3C. RGB value is (227,191,60). Sum of RGB (Red+Green+Blue) = 227+191+60=478 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.49% from 478); Green value is 191 (75% from 255 or 39.96% from 478); Blue value is 60 (23.83% from 255 or 12.55% from 478); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BF3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3BF3C is #1C40C3. Grayscale: #BBBBBB. Windows color (decimal): -1851588 or 3981283. OLE color: 3981283.

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

Color convert

RGB22719160-
CMYK00.160.740.11
HSL47.07º74.89%56.27%-
HSV(B)47.07º73.57%89.02%-
XYZ51.1253.9211.99-
YUV186.8356.43156.65-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 47.49%
GREEN value IS 191 (75% from 255) = 39.96%
BLUE value IS 60 (23.83% from 255) = 12.55%
R=47.49%
G=39.96%
B=12.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.74
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271916000.160.740.1147.0774.8956.27
HexE3BF3C0104AB2f4b38
Octal34327774020112135711370
Binary1110001110111111111100010000100101010111011111001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3BF3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3BF3C; }

 p { color: rgb(227,191,60); }

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

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

 a { background-color: rgb(227,191,60); }

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

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

 span { border-color: rgb(227,191,60); }

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