Html Css Color HEX #E1D341 Confetti

📋 copy color: '#E1D341'

red 225 ◦ green 211 ◦ blue 65

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

Shades of Confetti #E1D341

Tints of Confetti #E1D341

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.12%

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

R = 44.91%
G = 42.12%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E1D341 (or 0xE1D341) is known color: Confetti. HEX triplet: E1, D3 and 41. RGB value is (225,211,65). Sum of RGB (Red+Green+Blue) = 225+211+65=501 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.91% from 501); Green value is 211 (82.81% from 255 or 42.12% from 501); Blue value is 65 (25.78% from 255 or 12.97% from 501); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D341 is #1E2CBE. Grayscale: #C7C7C7. Windows color (decimal): -1977535 or 4314081. OLE color: 4314081.

HSL color Cylindrical-coordinate representation of color #E1D341: hue angle of 54.75º 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 #E1D341 is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 211 65 -
CMYK 0 0.06 0.71 0.12
HSL 54.75º 0.73% 0.57% -
HSV(B) 54.75º 0.71% 0.88% -
XYZ 55.3 62.98 14.24 -
YUV 198.54 52.64 146.87 -
System Red Green Blue C M Y K H S L
Decimal 225 211 65 0 0.06 0.71 0.12 54.75 0.73 0.57
Hex E1 D3 41 0 6 47 C 37 49 39
Octal 341 323 101 0 6 107 14 67 111 71
Binary 11100001 11010011 1000001 0 110 1000111 1100 110111 1001001 111001

Color Harmonies of #E1D341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D341

Black with #E1D341

Text Example


Text Example

White with #E1D341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D341; }

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

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

background-color css

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

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

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

border-color css

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

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

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