Html Css Color HEX #E2D544 Confetti

📋 copy color: '#E2D544'

red 226 ◦ green 213 ◦ blue 68

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

Shades of Confetti #E2D544

Tints of Confetti #E2D544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 13.41%

R = 44.58%
G = 42.01%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.70

 K value IS 0.11

RGB Variations

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

Color information

#E2D544 (or 0xE2D544) is known color: Confetti. HEX triplet: E2, D5 and 44. RGB value is (226,213,68). Sum of RGB (Red+Green+Blue) = 226+213+68=507 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.58% from 507); Green value is 213 (83.59% from 255 or 42.01% from 507); Blue value is 68 (26.95% from 255 or 13.41% from 507); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D544 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D544 is #1D2ABB. Grayscale: #C8C8C8. Windows color (decimal): -1911484 or 4511202. OLE color: 4511202.

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

Color convert

RGB 226 213 68 -
CMYK 0 0.06 0.70 0.11
HSL 55.06º 0.73% 0.58% -
HSV(B) 55.06º 0.7% 0.89% -
XYZ 56.2 64.17 14.89 -
YUV 200.36 53.31 146.29 -
System Red Green Blue C M Y K H S L
Decimal 226 213 68 0 0.06 0.70 0.11 55.06 0.73 0.58
Hex E2 D5 44 0 6 46 B 37 49 3A
Octal 342 325 104 0 6 106 13 67 111 72
Binary 11100010 11010101 1000100 0 110 1000110 1011 110111 1001001 111010

Color Harmonies of #E2D544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D544

Black with #E2D544

Text Example


Text Example

White with #E2D544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D544; }

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

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

background-color css

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

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

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

border-color css

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

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

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