#E0BF43

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

Shades of Confetti #E0BF43

Tints of Confetti #E0BF43

Color information

#E0BF43 (or 0xE0BF43) is unknown color: approx Confetti. HEX triplet: E0, BF and 43. RGB value is (224,191,67). Sum of RGB (Red+Green+Blue) = 224+191+67=482 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.47% from 482); Green value is 191 (75% from 255 or 39.63% from 482); Blue value is 67 (26.56% from 255 or 13.90% from 482); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BF43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0BF43 is #1F40BC. Grayscale: #BBBBBB. Windows color (decimal): -2048189 or 4440032. OLE color: 4440032.

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

Color convert

RGB22419167-
CMYK00.150.700.12
HSL47.39º71.69%57.06%-
HSV(B)47.39º70.09%87.84%-
XYZ50.3853.5112.98-
YUV186.7360.43154.58-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.47%
GREEN value IS 191 (75% from 255) = 39.63%
BLUE value IS 67 (26.56% from 255) = 13.90%
R=46.47%
G=39.63%
B=13.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.70
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241916700.150.700.1247.3971.6957.06
HexE0BF430F46C2f4839
Octal340277103017106145711071
Binary1110000010111111100001101111100011011001011111001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BF43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BF43; }

 p { color: rgb(224,191,67); }

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

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

 a { background-color: rgb(224,191,67); }

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

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

 span { border-color: rgb(224,191,67); }

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