Html Css Color HEX #E1C745 Confetti

📋 copy color: '#E1C745'

red 225 ◦ green 199 ◦ blue 69

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

Shades of Confetti #E1C745

Tints of Confetti #E1C745

RGB

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

 GREEN value IS 199 (78.13% from 255) = 40.37%

 BLUE value IS 69 (27.34% from 255) = 14%

R = 45.64%
G = 40.37%
B = 14%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E1C745 (or 0xE1C745) is known color: Confetti. HEX triplet: E1, C7 and 45. RGB value is (225,199,69). Sum of RGB (Red+Green+Blue) = 225+199+69=493 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.64% from 493); Green value is 199 (78.12% from 255 or 40.37% from 493); Blue value is 69 (27.34% from 255 or 14.00% from 493); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C745 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C745 is #1E38BA. Grayscale: #C0C0C0. Windows color (decimal): -1980603 or 4573153. OLE color: 4573153.

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

Color convert

RGB 225 199 69 -
CMYK 0 0.12 0.69 0.12
HSL 50º 0.72% 0.58% -
HSV(B) 50º 0.69% 0.88% -
XYZ 52.55 57.28 13.92 -
YUV 191.95 58.61 151.57 -
System Red Green Blue C M Y K H S L
Decimal 225 199 69 0 0.12 0.69 0.12 50 0.72 0.58
Hex E1 C7 45 0 C 45 C 32 48 3A
Octal 341 307 105 0 14 105 14 62 110 72
Binary 11100001 11000111 1000101 0 1100 1000101 1100 110010 1001000 111010

Color Harmonies of #E1C745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C745

Black with #E1C745

Text Example


Text Example

White with #E1C745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C745; }

 p { color: rgb(225,199,69); }

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

background-color css

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

 a { background-color: rgb(225,199,69); }

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

border-color css

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

 span { border-color: rgb(225,199,69); }

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