Html Css Color HEX #E1BF3C Confetti

📋 copy color: '#E1BF3C'

red 225 ◦ green 191 ◦ blue 60

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

Shades of Confetti #E1BF3C

Tints of Confetti #E1BF3C

RGB

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

 GREEN value IS 191 (75% from 255) = 40.13%

 BLUE value IS 60 (23.83% from 255) = 12.61%

R = 47.27%
G = 40.13%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#E1BF3C (or 0xE1BF3C) is known color: Confetti. HEX triplet: E1, BF and 3C. RGB value is (225,191,60). Sum of RGB (Red+Green+Blue) = 225+191+60=476 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.27% from 476); Green value is 191 (75% from 255 or 40.13% from 476); Blue value is 60 (23.83% from 255 or 12.61% from 476); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BF3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1BF3C is #1E40C3. Grayscale: #BABABA. Windows color (decimal): -1982660 or 3981281. OLE color: 3981281.

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

Color convert

RGB 225 191 60 -
CMYK 0 0.15 0.73 0.12
HSL 47.64º 0.73% 0.56% -
HSV(B) 47.64º 0.73% 0.88% -
XYZ 50.5 53.6 11.96 -
YUV 186.23 56.76 155.65 -
System Red Green Blue C M Y K H S L
Decimal 225 191 60 0 0.15 0.73 0.12 47.64 0.73 0.56
Hex E1 BF 3C 0 F 49 C 30 49 38
Octal 341 277 74 0 17 111 14 60 111 70
Binary 11100001 10111111 111100 0 1111 1001001 1100 110000 1001001 111000

Color Harmonies of #E1BF3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BF3C

Black with #E1BF3C

Text Example


Text Example

White with #E1BF3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BF3C; }

 p { color: rgb(225,191,60); }

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

background-color css

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

 a { background-color: rgb(225,191,60); }

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

border-color css

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

 span { border-color: rgb(225,191,60); }

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