Html Css Color HEX #E1D241 Confetti

📋 copy color: '#E1D241'

red 225 ◦ green 210 ◦ blue 65

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

Shades of Confetti #E1D241

Tints of Confetti #E1D241

RGB

 RED value IS 225 (88.28% from 255) = 45%

 GREEN value IS 210 (82.42% from 255) = 42%

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

R = 45%
G = 42%
B = 13%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E1D241 (or 0xE1D241) is known color: Confetti. HEX triplet: E1, D2 and 41. RGB value is (225,210,65). Sum of RGB (Red+Green+Blue) = 225+210+65=500 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45% from 500); Green value is 210 (82.42% from 255 or 42% from 500); Blue value is 65 (25.78% from 255 or 13% from 500); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D241 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D241 is #1E2DBE. Grayscale: #C6C6C6. Windows color (decimal): -1977791 or 4313825. OLE color: 4313825.

HSL color Cylindrical-coordinate representation of color #E1D241: hue angle of 54.38º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E1D241 is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 210 65 -
CMYK 0 0.07 0.71 0.12
HSL 54.38º 0.73% 0.57% -
HSV(B) 54.38º 0.71% 0.88% -
XYZ 55.05 62.48 14.16 -
YUV 197.96 52.97 147.29 -
System Red Green Blue C M Y K H S L
Decimal 225 210 65 0 0.07 0.71 0.12 54.38 0.73 0.57
Hex E1 D2 41 0 7 47 C 36 49 39
Octal 341 322 101 0 7 107 14 66 111 71
Binary 11100001 11010010 1000001 0 111 1000111 1100 110110 1001001 111001

Color Harmonies of #E1D241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D241

Black with #E1D241

Text Example


Text Example

White with #E1D241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D241; }

 p { color: rgb(225,210,65); }

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

background-color css

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

 a { background-color: rgb(225,210,65); }

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

border-color css

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

 span { border-color: rgb(225,210,65); }

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