Html Css Color HEX #E0CC48 Confetti

📋 copy color: '#E0CC48'

red 224 ◦ green 204 ◦ blue 72

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

Shades of Confetti #E0CC48

Tints of Confetti #E0CC48

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.8%

 BLUE value IS 72 (28.52% from 255) = 14.4%

R = 44.8%
G = 40.8%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E0CC48 (or 0xE0CC48) is known color: Confetti. HEX triplet: E0, CC and 48. RGB value is (224,204,72). Sum of RGB (Red+Green+Blue) = 224+204+72=500 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.8% from 500); Green value is 204 (80.08% from 255 or 40.8% from 500); Blue value is 72 (28.52% from 255 or 14.4% from 500); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CC48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0CC48 is #1F33B7. Grayscale: #C3C3C3. Windows color (decimal): -2044856 or 4771040. OLE color: 4771040.

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

Color convert

RGB 224 204 72 -
CMYK 0 0.09 0.68 0.12
HSL 52.11º 0.71% 0.58% -
HSV(B) 52.11º 0.68% 0.88% -
XYZ 53.5 59.5 14.8 -
YUV 194.93 58.63 148.73 -
System Red Green Blue C M Y K H S L
Decimal 224 204 72 0 0.09 0.68 0.12 52.11 0.71 0.58
Hex E0 CC 48 0 9 44 C 34 47 3A
Octal 340 314 110 0 11 104 14 64 107 72
Binary 11100000 11001100 1001000 0 1001 1000100 1100 110100 1000111 111010

Color Harmonies of #E0CC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CC48

Black with #E0CC48

Text Example


Text Example

White with #E0CC48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CC48; }

 p { color: rgb(224,204,72); }

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

background-color css

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

 a { background-color: rgb(224,204,72); }

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

border-color css

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

 span { border-color: rgb(224,204,72); }

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