Html Css Color HEX #E1D33F Confetti

📋 copy color: '#E1D33F'

red 225 ◦ green 211 ◦ blue 63

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

Shades of Confetti #E1D33F

Tints of Confetti #E1D33F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.63%

R = 45.09%
G = 42.28%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E1D33F (or 0xE1D33F) is known color: Confetti. HEX triplet: E1, D3 and 3F. RGB value is (225,211,63). Sum of RGB (Red+Green+Blue) = 225+211+63=499 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45.09% from 499); Green value is 211 (82.81% from 255 or 42.28% from 499); Blue value is 63 (25% from 255 or 12.63% from 499); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D33F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D33F is #1E2CC0. Grayscale: #C6C6C6. Windows color (decimal): -1977537 or 4183009. OLE color: 4183009.

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

Color convert

RGB 225 211 63 -
CMYK 0 0.06 0.72 0.12
HSL 54.81º 0.73% 0.56% -
HSV(B) 54.81º 0.72% 0.88% -
XYZ 55.24 62.95 13.94 -
YUV 198.31 51.64 147.03 -
System Red Green Blue C M Y K H S L
Decimal 225 211 63 0 0.06 0.72 0.12 54.81 0.73 0.56
Hex E1 D3 3F 0 6 48 C 37 49 38
Octal 341 323 77 0 6 110 14 67 111 70
Binary 11100001 11010011 111111 0 110 1001000 1100 110111 1001001 111000

Color Harmonies of #E1D33F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D33F

Black with #E1D33F

Text Example


Text Example

White with #E1D33F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D33F; }

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

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

background-color css

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

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

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

border-color css

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

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

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