#E0BE48

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

Shades of Confetti #E0BE48

Tints of Confetti #E0BE48

Color information

#E0BE48 (or 0xE0BE48) is unknown color: approx Confetti. HEX triplet: E0, BE and 48. RGB value is (224,190,72). Sum of RGB (Red+Green+Blue) = 224+190+72=486 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.09% from 486); Green value is 190 (74.61% from 255 or 39.09% from 486); Blue value is 72 (28.52% from 255 or 14.81% from 486); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BE48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0BE48 is #1F41B7. Grayscale: #BBBBBB. Windows color (decimal): -2048440 or 4767456. OLE color: 4767456.

HSL color Cylindrical-coordinate representation of color #E0BE48: hue angle of 46.58º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E0BE48 is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB22419072-
CMYK00.150.680.12
HSL46.58º71.03%58.04%-
HSV(B)46.58º67.86%87.84%-
XYZ50.3253.1413.74-
YUV186.7163.26154.59-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.09%
GREEN value IS 190 (74.61% from 255) = 39.09%
BLUE value IS 72 (28.52% from 255) = 14.81%
R=46.09%
G=39.09%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.68
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241907200.150.680.1246.5871.0358.04
HexE0BE480F44C2f473a
Octal340276110017104145710772
Binary1110000010111110100100001111100010011001011111000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BE48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BE48; }

 p { color: rgb(224,190,72); }

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

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

 a { background-color: rgb(224,190,72); }

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

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

 span { border-color: rgb(224,190,72); }

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