Html Css Color HEX #E0C449 Confetti

📋 copy color: '#E0C449'

red 224 ◦ green 196 ◦ blue 73

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

Shades of Confetti #E0C449

Tints of Confetti #E0C449

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.76%

 BLUE value IS 73 (28.91% from 255) = 14.81%

R = 45.44%
G = 39.76%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E0C449 (or 0xE0C449) is known color: Confetti. HEX triplet: E0, C4 and 49. RGB value is (224,196,73). Sum of RGB (Red+Green+Blue) = 224+196+73=493 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.44% from 493); Green value is 196 (76.95% from 255 or 39.76% from 493); Blue value is 73 (28.91% from 255 or 14.81% from 493); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C449 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0C449 is #1F3BB6. Grayscale: #BEBEBE. Windows color (decimal): -2046903 or 4834528. OLE color: 4834528.

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

Color convert

RGB 224 196 73 -
CMYK 0 0.12 0.67 0.12
HSL 48.87º 0.71% 0.58% -
HSV(B) 48.87º 0.67% 0.88% -
XYZ 51.68 55.81 14.35 -
YUV 190.35 61.78 152 -
System Red Green Blue C M Y K H S L
Decimal 224 196 73 0 0.12 0.67 0.12 48.87 0.71 0.58
Hex E0 C4 49 0 C 43 C 31 47 3A
Octal 340 304 111 0 14 103 14 61 107 72
Binary 11100000 11000100 1001001 0 1100 1000011 1100 110001 1000111 111010

Color Harmonies of #E0C449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C449

Black with #E0C449

Text Example


Text Example

White with #E0C449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C449; }

 p { color: rgb(224,196,73); }

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

background-color css

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

 a { background-color: rgb(224,196,73); }

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

border-color css

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

 span { border-color: rgb(224,196,73); }

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