Html Css Color HEX #E0C54B Confetti

📋 copy color: '#E0C54B'

red 224 ◦ green 197 ◦ blue 75

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

Shades of Confetti #E0C54B

Tints of Confetti #E0C54B

RGB

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

 GREEN value IS 197 (77.34% from 255) = 39.72%

 BLUE value IS 75 (29.69% from 255) = 15.12%

R = 45.16%
G = 39.72%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E0C54B (or 0xE0C54B) is known color: Confetti. HEX triplet: E0, C5 and 4B. RGB value is (224,197,75). Sum of RGB (Red+Green+Blue) = 224+197+75=496 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.16% from 496); Green value is 197 (77.34% from 255 or 39.72% from 496); Blue value is 75 (29.69% from 255 or 15.12% from 496); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C54B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0C54B is #1F3AB4. Grayscale: #BFBFBF. Windows color (decimal): -2046645 or 4965856. OLE color: 4965856.

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

Color convert

RGB 224 197 75 -
CMYK 0 0.12 0.67 0.12
HSL 49.13º 0.71% 0.59% -
HSV(B) 49.13º 0.67% 0.88% -
XYZ 51.98 56.29 14.78 -
YUV 191.17 62.45 151.42 -
System Red Green Blue C M Y K H S L
Decimal 224 197 75 0 0.12 0.67 0.12 49.13 0.71 0.59
Hex E0 C5 4B 0 C 43 C 31 47 3B
Octal 340 305 113 0 14 103 14 61 107 73
Binary 11100000 11000101 1001011 0 1100 1000011 1100 110001 1000111 111011

Color Harmonies of #E0C54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C54B

Black with #E0C54B

Text Example


Text Example

White with #E0C54B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C54B; }

 p { color: rgb(224,197,75); }

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

background-color css

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

 a { background-color: rgb(224,197,75); }

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

border-color css

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

 span { border-color: rgb(224,197,75); }

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