Html Css Color HEX #E2D141 Confetti

📋 copy color: '#E2D141'

red 226 ◦ green 209 ◦ blue 65

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

Shades of Confetti #E2D141

Tints of Confetti #E2D141

RGB

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

 GREEN value IS 209 (82.03% from 255) = 41.8%

 BLUE value IS 65 (25.78% from 255) = 13%

R = 45.2%
G = 41.8%
B = 13%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#E2D141 (or 0xE2D141) is known color: Confetti. HEX triplet: E2, D1 and 41. RGB value is (226,209,65). Sum of RGB (Red+Green+Blue) = 226+209+65=500 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.2% from 500); Green value is 209 (82.03% from 255 or 41.8% from 500); Blue value is 65 (25.78% from 255 or 13% from 500); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D141 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D141 is #1D2EBE. Grayscale: #C6C6C6. Windows color (decimal): -1912511 or 4313570. OLE color: 4313570.

HSL color Cylindrical-coordinate representation of color #E2D141: hue angle of 53.66º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E2D141 is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 209 65 -
CMYK 0 0.08 0.71 0.11
HSL 53.66º 0.74% 0.57% -
HSV(B) 53.66º 0.71% 0.89% -
XYZ 55.12 62.15 14.09 -
YUV 197.67 53.13 148.21 -
System Red Green Blue C M Y K H S L
Decimal 226 209 65 0 0.08 0.71 0.11 53.66 0.74 0.57
Hex E2 D1 41 0 8 47 B 36 4A 39
Octal 342 321 101 0 10 107 13 66 112 71
Binary 11100010 11010001 1000001 0 1000 1000111 1011 110110 1001010 111001

Color Harmonies of #E2D141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D141

Black with #E2D141

Text Example


Text Example

White with #E2D141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D141; }

 p { color: rgb(226,209,65); }

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

background-color css

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

 a { background-color: rgb(226,209,65); }

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

border-color css

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

 span { border-color: rgb(226,209,65); }

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