Html Css Color HEX #E1D442 Confetti

📋 copy color: '#E1D442'

red 225 ◦ green 212 ◦ blue 66

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

Shades of Confetti #E1D442

Tints of Confetti #E1D442

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.15%

 BLUE value IS 66 (26.17% from 255) = 13.12%

R = 44.73%
G = 42.15%
B = 13.12%

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

#E1D442 (or 0xE1D442) is known color: Confetti. HEX triplet: E1, D4 and 42. RGB value is (225,212,66). Sum of RGB (Red+Green+Blue) = 225+212+66=503 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.73% from 503); Green value is 212 (83.20% from 255 or 42.15% from 503); Blue value is 66 (26.17% from 255 or 13.12% from 503); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D442 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D442 is #1E2BBD. Grayscale: #C7C7C7. Windows color (decimal): -1977278 or 4379873. OLE color: 4379873.

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

Color convert

RGB 225 212 66 -
CMYK 0 0.06 0.71 0.12
HSL 55.09º 0.73% 0.57% -
HSV(B) 55.09º 0.71% 0.88% -
XYZ 55.58 63.49 14.48 -
YUV 199.24 52.81 146.37 -
System Red Green Blue C M Y K H S L
Decimal 225 212 66 0 0.06 0.71 0.12 55.09 0.73 0.57
Hex E1 D4 42 0 6 47 C 37 49 39
Octal 341 324 102 0 6 107 14 67 111 71
Binary 11100001 11010100 1000010 0 110 1000111 1100 110111 1001001 111001

Color Harmonies of #E1D442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D442

Black with #E1D442

Text Example


Text Example

White with #E1D442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D442; }

 p { color: rgb(225,212,66); }

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

background-color css

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

 a { background-color: rgb(225,212,66); }

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

border-color css

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

 span { border-color: rgb(225,212,66); }

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