Html Css Color HEX #E2D548 Confetti

📋 copy color: '#E2D548'

red 226 ◦ green 213 ◦ blue 72

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

Shades of Confetti #E2D548

Tints of Confetti #E2D548

RGB

 RED value IS 226 (88.67% from 255) = 44.23%

 GREEN value IS 213 (83.59% from 255) = 41.68%

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

R = 44.23%
G = 41.68%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#E2D548 (or 0xE2D548) is known color: Confetti. HEX triplet: E2, D5 and 48. RGB value is (226,213,72). Sum of RGB (Red+Green+Blue) = 226+213+72=511 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.23% from 511); Green value is 213 (83.59% from 255 or 41.68% from 511); Blue value is 72 (28.52% from 255 or 14.09% from 511); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D548 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D548 is #1D2AB7. Grayscale: #C9C9C9. Windows color (decimal): -1911480 or 4773346. OLE color: 4773346.

HSL color Cylindrical-coordinate representation of color #E2D548: hue angle of 54.94º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E2D548 is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 213 72 -
CMYK 0 0.06 0.68 0.11
HSL 54.94º 0.73% 0.58% -
HSV(B) 54.94º 0.68% 0.89% -
XYZ 56.33 64.23 15.56 -
YUV 200.81 55.31 145.96 -
System Red Green Blue C M Y K H S L
Decimal 226 213 72 0 0.06 0.68 0.11 54.94 0.73 0.58
Hex E2 D5 48 0 6 44 B 37 49 3A
Octal 342 325 110 0 6 104 13 67 111 72
Binary 11100010 11010101 1001000 0 110 1000100 1011 110111 1001001 111010

Color Harmonies of #E2D548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D548

Black with #E2D548

Text Example


Text Example

White with #E2D548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D548; }

 p { color: rgb(226,213,72); }

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

background-color css

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

 a { background-color: rgb(226,213,72); }

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

border-color css

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

 span { border-color: rgb(226,213,72); }

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