Html Css Color HEX #E0D445 Confetti

📋 copy color: '#E0D445'

red 224 ◦ green 212 ◦ blue 69

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

Shades of Confetti #E0D445

Tints of Confetti #E0D445

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.98%

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

R = 44.36%
G = 41.98%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E0D445 (or 0xE0D445) is known color: Confetti. HEX triplet: E0, D4 and 45. RGB value is (224,212,69). Sum of RGB (Red+Green+Blue) = 224+212+69=505 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.36% from 505); Green value is 212 (83.20% from 255 or 41.98% from 505); Blue value is 69 (27.34% from 255 or 13.66% from 505); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D445 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0D445 is #1F2BBA. Grayscale: #C7C7C7. Windows color (decimal): -2042811 or 4576480. OLE color: 4576480.

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

Color convert

RGB 224 212 69 -
CMYK 0 0.05 0.69 0.12
HSL 55.35º 0.71% 0.57% -
HSV(B) 55.35º 0.69% 0.88% -
XYZ 55.36 63.36 14.94 -
YUV 199.29 54.48 145.63 -
System Red Green Blue C M Y K H S L
Decimal 224 212 69 0 0.05 0.69 0.12 55.35 0.71 0.57
Hex E0 D4 45 0 5 45 C 37 47 39
Octal 340 324 105 0 5 105 14 67 107 71
Binary 11100000 11010100 1000101 0 101 1000101 1100 110111 1000111 111001

Color Harmonies of #E0D445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D445

Black with #E0D445

Text Example


Text Example

White with #E0D445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D445; }

 p { color: rgb(224,212,69); }

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

background-color css

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

 a { background-color: rgb(224,212,69); }

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

border-color css

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

 span { border-color: rgb(224,212,69); }

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