Html Css Color HEX #E0D04D Confetti

📋 copy color: '#E0D04D'

red 224 ◦ green 208 ◦ blue 77

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

Shades of Confetti #E0D04D

Tints of Confetti #E0D04D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.13%

R = 44.01%
G = 40.86%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E0D04D (or 0xE0D04D) is known color: Confetti. HEX triplet: E0, D0 and 4D. RGB value is (224,208,77). Sum of RGB (Red+Green+Blue) = 224+208+77=509 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.01% from 509); Green value is 208 (81.64% from 255 or 40.86% from 509); Blue value is 77 (30.47% from 255 or 15.13% from 509); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D04D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D04D is #1F2FB2. Grayscale: #C6C6C6. Windows color (decimal): -2043827 or 5099744. OLE color: 5099744.

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

Color convert

RGB 224 208 77 -
CMYK 0 0.07 0.66 0.12
HSL 53.47º 0.7% 0.59% -
HSV(B) 53.47º 0.66% 0.88% -
XYZ 54.64 61.49 16.01 -
YUV 197.85 59.8 146.65 -
System Red Green Blue C M Y K H S L
Decimal 224 208 77 0 0.07 0.66 0.12 53.47 0.7 0.59
Hex E0 D0 4D 0 7 42 C 35 46 3B
Octal 340 320 115 0 7 102 14 65 106 73
Binary 11100000 11010000 1001101 0 111 1000010 1100 110101 1000110 111011

Color Harmonies of #E0D04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D04D

Black with #E0D04D

Text Example


Text Example

White with #E0D04D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D04D; }

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

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

background-color css

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

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

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

border-color css

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

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

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