Html Css Color HEX #E0D04A Confetti

📋 copy color: '#E0D04A'

red 224 ◦ green 208 ◦ blue 74

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

Shades of Confetti #E0D04A

Tints of Confetti #E0D04A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.11%

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

R = 44.27%
G = 41.11%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E0D04A (or 0xE0D04A) is known color: Confetti. HEX triplet: E0, D0 and 4A. RGB value is (224,208,74). Sum of RGB (Red+Green+Blue) = 224+208+74=506 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.27% from 506); Green value is 208 (81.64% from 255 or 41.11% from 506); Blue value is 74 (29.30% from 255 or 14.62% from 506); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D04A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0D04A is #1F2FB5. Grayscale: #C6C6C6. Windows color (decimal): -2043830 or 4903136. OLE color: 4903136.

HSL color Cylindrical-coordinate representation of color #E0D04A: hue angle of 53.6º 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 #E0D04A is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 208 74 -
CMYK 0 0.07 0.67 0.12
HSL 53.6º 0.71% 0.58% -
HSV(B) 53.6º 0.67% 0.88% -
XYZ 54.53 61.45 15.47 -
YUV 197.51 58.3 146.9 -
System Red Green Blue C M Y K H S L
Decimal 224 208 74 0 0.07 0.67 0.12 53.6 0.71 0.58
Hex E0 D0 4A 0 7 43 C 36 47 3A
Octal 340 320 112 0 7 103 14 66 107 72
Binary 11100000 11010000 1001010 0 111 1000011 1100 110110 1000111 111010

Color Harmonies of #E0D04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D04A

Black with #E0D04A

Text Example


Text Example

White with #E0D04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D04A; }

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

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

background-color css

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

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

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

border-color css

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

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

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