Html Css Color HEX #E0C04A Confetti

📋 copy color: '#E0C04A'

red 224 ◦ green 192 ◦ blue 74

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

Shades of Confetti #E0C04A

Tints of Confetti #E0C04A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.1%

R = 45.71%
G = 39.18%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E0C04A (or 0xE0C04A) is known color: Confetti. HEX triplet: E0, C0 and 4A. RGB value is (224,192,74). Sum of RGB (Red+Green+Blue) = 224+192+74=490 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.71% from 490); Green value is 192 (75.39% from 255 or 39.18% from 490); Blue value is 74 (29.30% from 255 or 15.10% from 490); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C04A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0C04A is #1F3FB5. Grayscale: #BCBCBC. Windows color (decimal): -2047926 or 4899040. OLE color: 4899040.

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

Color convert

RGB 224 192 74 -
CMYK 0 0.14 0.67 0.12
HSL 47.2º 0.71% 0.58% -
HSV(B) 47.2º 0.67% 0.88% -
XYZ 50.83 54.04 14.23 -
YUV 188.12 63.6 153.59 -
System Red Green Blue C M Y K H S L
Decimal 224 192 74 0 0.14 0.67 0.12 47.2 0.71 0.58
Hex E0 C0 4A 0 E 43 C 2F 47 3A
Octal 340 300 112 0 16 103 14 57 107 72
Binary 11100000 11000000 1001010 0 1110 1000011 1100 101111 1000111 111010

Color Harmonies of #E0C04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C04A

Black with #E0C04A

Text Example


Text Example

White with #E0C04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C04A; }

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

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

background-color css

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

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

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

border-color css

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

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

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