Html Css Color HEX #E2D04F Confetti

📋 copy color: '#E2D04F'

red 226 ◦ green 208 ◦ blue 79

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

Shades of Confetti #E2D04F

Tints of Confetti #E2D04F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 15.4%

R = 44.05%
G = 40.55%
B = 15.4%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E2D04F (or 0xE2D04F) is known color: Confetti. HEX triplet: E2, D0 and 4F. RGB value is (226,208,79). Sum of RGB (Red+Green+Blue) = 226+208+79=513 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.05% from 513); Green value is 208 (81.64% from 255 or 40.55% from 513); Blue value is 79 (31.25% from 255 or 15.40% from 513); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D04F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D04F is #1D2FB0. Grayscale: #C7C7C7. Windows color (decimal): -1912753 or 5230818. OLE color: 5230818.

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

Color convert

RGB 226 208 79 -
CMYK 0 0.08 0.65 0.11
HSL 52.65º 0.72% 0.6% -
HSV(B) 52.65º 0.65% 0.89% -
XYZ 55.33 61.85 16.42 -
YUV 198.68 60.46 147.49 -
System Red Green Blue C M Y K H S L
Decimal 226 208 79 0 0.08 0.65 0.11 52.65 0.72 0.6
Hex E2 D0 4F 0 8 41 B 35 48 3C
Octal 342 320 117 0 10 101 13 65 110 74
Binary 11100010 11010000 1001111 0 1000 1000001 1011 110101 1001000 111100

Color Harmonies of #E2D04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D04F

Black with #E2D04F

Text Example


Text Example

White with #E2D04F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D04F; }

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

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

background-color css

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

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

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

border-color css

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

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

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