Html Css Color HEX #E2D549 Confetti

📋 copy color: '#E2D549'

red 226 ◦ green 213 ◦ blue 73

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

Shades of Confetti #E2D549

Tints of Confetti #E2D549

RGB

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

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

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

R = 44.14%
G = 41.6%
B = 14.26%

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

#E2D549 (or 0xE2D549) is known color: Confetti. HEX triplet: E2, D5 and 49. RGB value is (226,213,73). Sum of RGB (Red+Green+Blue) = 226+213+73=512 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.14% from 512); Green value is 213 (83.59% from 255 or 41.60% from 512); Blue value is 73 (28.91% from 255 or 14.26% from 512); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D549 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D549 is #1D2AB6. Grayscale: #C9C9C9. Windows color (decimal): -1911479 or 4838882. OLE color: 4838882.

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

Color convert

RGB 226 213 73 -
CMYK 0 0.06 0.68 0.11
HSL 54.9º 0.73% 0.59% -
HSV(B) 54.9º 0.68% 0.89% -
XYZ 56.36 64.24 15.73 -
YUV 200.93 55.81 145.88 -
System Red Green Blue C M Y K H S L
Decimal 226 213 73 0 0.06 0.68 0.11 54.9 0.73 0.59
Hex E2 D5 49 0 6 44 B 37 49 3B
Octal 342 325 111 0 6 104 13 67 111 73
Binary 11100010 11010101 1001001 0 110 1000100 1011 110111 1001001 111011

Color Harmonies of #E2D549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D549

Black with #E2D549

Text Example


Text Example

White with #E2D549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D549; }

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

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

background-color css

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

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

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

border-color css

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

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

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