Html Css Color HEX #E1BD46 Confetti

📋 copy color: '#E1BD46'

red 225 ◦ green 189 ◦ blue 70

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

Shades of Confetti #E1BD46

Tints of Confetti #E1BD46

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.05%

 BLUE value IS 70 (27.73% from 255) = 14.46%

R = 46.49%
G = 39.05%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E1BD46 (or 0xE1BD46) is known color: Confetti. HEX triplet: E1, BD and 46. RGB value is (225,189,70). Sum of RGB (Red+Green+Blue) = 225+189+70=484 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.49% from 484); Green value is 189 (74.22% from 255 or 39.05% from 484); Blue value is 70 (27.73% from 255 or 14.46% from 484); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BD46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1BD46 is #1E42B9. Grayscale: #BABABA. Windows color (decimal): -1983162 or 4636129. OLE color: 4636129.

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

Color convert

RGB 225 189 70 -
CMYK 0 0.16 0.69 0.12
HSL 46.06º 0.72% 0.58% -
HSV(B) 46.06º 0.69% 0.88% -
XYZ 50.35 52.84 13.34 -
YUV 186.2 62.43 155.68 -
System Red Green Blue C M Y K H S L
Decimal 225 189 70 0 0.16 0.69 0.12 46.06 0.72 0.58
Hex E1 BD 46 0 10 45 C 2E 48 3A
Octal 341 275 106 0 20 105 14 56 110 72
Binary 11100001 10111101 1000110 0 10000 1000101 1100 101110 1001000 111010

Color Harmonies of #E1BD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BD46

Black with #E1BD46

Text Example


Text Example

White with #E1BD46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BD46; }

 p { color: rgb(225,189,70); }

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

background-color css

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

 a { background-color: rgb(225,189,70); }

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

border-color css

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

 span { border-color: rgb(225,189,70); }

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