Html Css Color HEX #E2D04C Confetti

📋 copy color: '#E2D04C'

red 226 ◦ green 208 ◦ blue 76

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

Shades of Confetti #E2D04C

Tints of Confetti #E2D04C

RGB

 RED value IS 226 (88.67% from 255) = 44.31%

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

 BLUE value IS 76 (30.08% from 255) = 14.9%

R = 44.31%
G = 40.78%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.66

 K value IS 0.11

RGB Variations

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

Color information

#E2D04C (or 0xE2D04C) is known color: Confetti. HEX triplet: E2, D0 and 4C. RGB value is (226,208,76). Sum of RGB (Red+Green+Blue) = 226+208+76=510 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.31% from 510); Green value is 208 (81.64% from 255 or 40.78% from 510); Blue value is 76 (30.08% from 255 or 14.90% from 510); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D04C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D04C is #1D2FB3. Grayscale: #C6C6C6. Windows color (decimal): -1912756 or 5034210. OLE color: 5034210.

HSL color Cylindrical-coordinate representation of color #E2D04C: hue angle of 52.8º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E2D04C is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 208 76 -
CMYK 0 0.08 0.66 0.11
HSL 52.8º 0.72% 0.59% -
HSV(B) 52.8º 0.66% 0.89% -
XYZ 55.22 61.8 15.86 -
YUV 198.33 58.96 147.73 -
System Red Green Blue C M Y K H S L
Decimal 226 208 76 0 0.08 0.66 0.11 52.8 0.72 0.59
Hex E2 D0 4C 0 8 42 B 35 48 3B
Octal 342 320 114 0 10 102 13 65 110 73
Binary 11100010 11010000 1001100 0 1000 1000010 1011 110101 1001000 111011

Color Harmonies of #E2D04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D04C

Black with #E2D04C

Text Example


Text Example

White with #E2D04C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D04C; }

 p { color: rgb(226,208,76); }

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

background-color css

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

 a { background-color: rgb(226,208,76); }

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

border-color css

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

 span { border-color: rgb(226,208,76); }

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