#e0c93d

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

Shades of Confetti #E0C93D

Tints of Confetti #E0C93D

Color information

#E0C93D (or 0xE0C93D) is unknown color: approx Confetti. HEX triplet: E0, C9 and 3D. RGB value is (224,201,61). Sum of RGB (Red+Green+Blue) = 224+201+61=486 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.09% from 486); Green value is 201 (78.91% from 255 or 41.36% from 486); Blue value is 61 (24.22% from 255 or 12.55% from 486); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C93D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0C93D is #1F36C2. Grayscale: #C0C0C0. Windows color (decimal): -2045635 or 4049376. OLE color: 4049376.

HSL color Cylindrical-coordinate representation of color #E0C93D: hue angle of 51.53º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E0C93D is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB22420161-
CMYK00.100.730.12
HSL51.53º72.44%55.88%-
HSV(B)51.53º72.77%87.84%-
XYZ52.4757.9612.84-
YUV191.9254.12150.88-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.09%
GREEN value IS 201 (78.91% from 255) = 41.36%
BLUE value IS 61 (24.22% from 255) = 12.55%
R=46.09%
G=41.36%
B=12.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242016100.100.730.1251.5372.4455.88
HexE0C93D0A49C344838
Octal34031175012111146411070
Binary111000001100100111110101010100100111001101001001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0c93d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0c93d; }

 p { color: rgb(224,201,61); }

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

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

 a { background-color: rgb(224,201,61); }

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

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

 span { border-color: rgb(224,201,61); }

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