Html Css Color HEX #E0BF4A Confetti

📋 copy color: '#E0BF4A'

red 224 ◦ green 191 ◦ blue 74

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

Shades of Confetti #E0BF4A

Tints of Confetti #E0BF4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.13%

R = 45.81%
G = 39.06%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E0BF4A (or 0xE0BF4A) is known color: Confetti. HEX triplet: E0, BF and 4A. RGB value is (224,191,74). Sum of RGB (Red+Green+Blue) = 224+191+74=489 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.81% from 489); Green value is 191 (75% from 255 or 39.06% from 489); Blue value is 74 (29.30% from 255 or 15.13% from 489); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BF4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0BF4A is #1F40B5. Grayscale: #BCBCBC. Windows color (decimal): -2048182 or 4898784. OLE color: 4898784.

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

Color convert

RGB 224 191 74 -
CMYK 0 0.15 0.67 0.12
HSL 46.8º 0.71% 0.58% -
HSV(B) 46.8º 0.67% 0.88% -
XYZ 50.61 53.6 14.16 -
YUV 187.53 63.93 154.01 -
System Red Green Blue C M Y K H S L
Decimal 224 191 74 0 0.15 0.67 0.12 46.8 0.71 0.58
Hex E0 BF 4A 0 F 43 C 2F 47 3A
Octal 340 277 112 0 17 103 14 57 107 72
Binary 11100000 10111111 1001010 0 1111 1000011 1100 101111 1000111 111010

Color Harmonies of #E0BF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BF4A

Black with #E0BF4A

Text Example


Text Example

White with #E0BF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BF4A; }

 p { color: rgb(224,191,74); }

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

background-color css

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

 a { background-color: rgb(224,191,74); }

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

border-color css

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

 span { border-color: rgb(224,191,74); }

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