Html Css Color HEX #E0BD47 Confetti

📋 copy color: '#E0BD47'

red 224 ◦ green 189 ◦ blue 71

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

Shades of Confetti #E0BD47

Tints of Confetti #E0BD47

RGB

 RED value IS 224 (87.89% from 255) = 46.28%

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

 BLUE value IS 71 (28.13% from 255) = 14.67%

R = 46.28%
G = 39.05%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E0BD47 (or 0xE0BD47) is known color: Confetti. HEX triplet: E0, BD and 47. RGB value is (224,189,71). Sum of RGB (Red+Green+Blue) = 224+189+71=484 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.28% from 484); Green value is 189 (74.22% from 255 or 39.05% from 484); Blue value is 71 (28.12% from 255 or 14.67% from 484); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BD47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0BD47 is #1F42B8. Grayscale: #BABABA. Windows color (decimal): -2048697 or 4701664. OLE color: 4701664.

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

Color convert

RGB 224 189 71 -
CMYK 0 0.16 0.68 0.12
HSL 46.27º 0.71% 0.58% -
HSV(B) 46.27º 0.68% 0.88% -
XYZ 50.08 52.7 13.49 -
YUV 186.01 63.1 155.09 -
System Red Green Blue C M Y K H S L
Decimal 224 189 71 0 0.16 0.68 0.12 46.27 0.71 0.58
Hex E0 BD 47 0 10 44 C 2E 47 3A
Octal 340 275 107 0 20 104 14 56 107 72
Binary 11100000 10111101 1000111 0 10000 1000100 1100 101110 1000111 111010

Color Harmonies of #E0BD47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BD47

Black with #E0BD47

Text Example


Text Example

White with #E0BD47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BD47; }

 p { color: rgb(224,189,71); }

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

background-color css

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

 a { background-color: rgb(224,189,71); }

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

border-color css

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

 span { border-color: rgb(224,189,71); }

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