#E6D241

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

Shades of Confetti #E6D241

Tints of Confetti #E6D241

Color information

#E6D241 (or 0xE6D241) is unknown color: approx Confetti. HEX triplet: E6, D2 and 41. RGB value is (230,210,65). Sum of RGB (Red+Green+Blue) = 230+210+65=505 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.54% from 505); Green value is 210 (82.42% from 255 or 41.58% from 505); Blue value is 65 (25.78% from 255 or 12.87% from 505); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D241 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6D241 is #192DBE. Grayscale: #C8C8C8. Windows color (decimal): -1650111 or 4313830. OLE color: 4313830.

HSL color Cylindrical-coordinate representation of color #E6D241: hue angle of 52.73º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E6D241 is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB23021065-
CMYK00.090.720.10
HSL52.73º76.74%57.84%-
HSV(B)52.73º71.74%90.2%-
XYZ56.6363.314.23-
YUV199.4552.13149.79-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 45.54%
GREEN value IS 210 (82.42% from 255) = 41.58%
BLUE value IS 65 (25.78% from 255) = 12.87%
R=45.54%
G=41.58%
B=12.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.72
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2302106500.090.720.1052.7376.7457.84
HexE6D2410948A354d3a
Octal346322101011110126511572
Binary1110011011010010100000101001100100010101101011001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D241; }

 p { color: rgb(230,210,65); }

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

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

 a { background-color: rgb(230,210,65); }

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

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

 span { border-color: rgb(230,210,65); }

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