Html Css Color HEX #E0CE48 Confetti

📋 copy color: '#E0CE48'

red 224 ◦ green 206 ◦ blue 72

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

Shades of Confetti #E0CE48

Tints of Confetti #E0CE48

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.04%

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

R = 44.62%
G = 41.04%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E0CE48 (or 0xE0CE48) is known color: Confetti. HEX triplet: E0, CE and 48. RGB value is (224,206,72). Sum of RGB (Red+Green+Blue) = 224+206+72=502 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.62% from 502); Green value is 206 (80.86% from 255 or 41.04% from 502); Blue value is 72 (28.52% from 255 or 14.34% from 502); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CE48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0CE48 is #1F31B7. Grayscale: #C4C4C4. Windows color (decimal): -2044344 or 4771552. OLE color: 4771552.

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

Color convert

RGB 224 206 72 -
CMYK 0 0.08 0.68 0.12
HSL 52.89º 0.71% 0.58% -
HSV(B) 52.89º 0.68% 0.88% -
XYZ 53.98 60.46 14.96 -
YUV 196.11 57.96 147.9 -
System Red Green Blue C M Y K H S L
Decimal 224 206 72 0 0.08 0.68 0.12 52.89 0.71 0.58
Hex E0 CE 48 0 8 44 C 35 47 3A
Octal 340 316 110 0 10 104 14 65 107 72
Binary 11100000 11001110 1001000 0 1000 1000100 1100 110101 1000111 111010

Color Harmonies of #E0CE48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CE48

Black with #E0CE48

Text Example


Text Example

White with #E0CE48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CE48; }

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

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

background-color css

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

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

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

border-color css

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

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

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