Html Css Color HEX #E0C046 Confetti

📋 copy color: '#E0C046'

red 224 ◦ green 192 ◦ blue 70

#E0C046
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Confetti #E0C046

Tints of Confetti #E0C046

RGB

 RED value IS 224 (87.89% from 255) = 46.09%

 GREEN value IS 192 (75.39% from 255) = 39.51%

 BLUE value IS 70 (27.73% from 255) = 14.4%

R = 46.09%
G = 39.51%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E0C046 (or 0xE0C046) is known color: Confetti. HEX triplet: E0, C0 and 46. RGB value is (224,192,70). Sum of RGB (Red+Green+Blue) = 224+192+70=486 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.09% from 486); Green value is 192 (75.39% from 255 or 39.51% from 486); Blue value is 70 (27.73% from 255 or 14.40% from 486); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C046 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0C046 is #1F3FB9. Grayscale: #BCBCBC. Windows color (decimal): -2047930 or 4636896. OLE color: 4636896.

HSL color Cylindrical-coordinate representation of color #E0C046: hue angle of 47.53º 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 #E0C046 is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 192 70 -
CMYK 0 0.14 0.69 0.12
HSL 47.53º 0.71% 0.58% -
HSV(B) 47.53º 0.69% 0.88% -
XYZ 50.7 53.99 13.54 -
YUV 187.66 61.6 153.92 -
System Red Green Blue C M Y K H S L
Decimal 224 192 70 0 0.14 0.69 0.12 47.53 0.71 0.58
Hex E0 C0 46 0 E 45 C 30 47 3A
Octal 340 300 106 0 16 105 14 60 107 72
Binary 11100000 11000000 1000110 0 1110 1000101 1100 110000 1000111 111010

Color Harmonies of #E0C046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C046

Black with #E0C046

Text Example


Text Example

White with #E0C046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C046; }

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

 H1.HeaderClassName
 {
   color: #E0C046;
 }
 .AnyTagClassName
 {
   color: #E0C046;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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