#E0BD46

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

Shades of Confetti #E0BD46

Tints of Confetti #E0BD46

Color information

#E0BD46 (or 0xE0BD46) is unknown color: approx Confetti. HEX triplet: E0, BD and 46. RGB value is (224,189,70). Sum of RGB (Red+Green+Blue) = 224+189+70=483 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.38% from 483); Green value is 189 (74.22% from 255 or 39.13% from 483); Blue value is 70 (27.73% from 255 or 14.49% from 483); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BD46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0BD46 is #1F42B9. Grayscale: #BABABA. Windows color (decimal): -2048698 or 4636128. OLE color: 4636128.

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

Color convert

RGB22418970-
CMYK00.160.690.12
HSL46.36º71.3%57.65%-
HSV(B)46.36º68.75%87.84%-
XYZ50.0452.6813.33-
YUV185.962.6155.18-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.38%
GREEN value IS 189 (74.22% from 255) = 39.13%
BLUE value IS 70 (27.73% from 255) = 14.49%
R=46.38%
G=39.13%
B=14.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.69
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241897000.160.690.1246.3671.357.65
HexE0BD4601045C2e473a
Octal340275106020105145610772
Binary11100000101111011000110010000100010111001011101000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BD46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BD46; }

 p { color: rgb(224,189,70); }

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

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

 a { background-color: rgb(224,189,70); }

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

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

 span { border-color: rgb(224,189,70); }

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