Html Css Color HEX #E2C53E Confetti

📋 copy color: '#E2C53E'

red 226 ◦ green 197 ◦ blue 62

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

Shades of Confetti #E2C53E

Tints of Confetti #E2C53E

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.62%

 BLUE value IS 62 (24.61% from 255) = 12.78%

R = 46.6%
G = 40.62%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.73

 K value IS 0.11

RGB Variations

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

Color information

#E2C53E (or 0xE2C53E) is known color: Confetti. HEX triplet: E2, C5 and 3E. RGB value is (226,197,62). Sum of RGB (Red+Green+Blue) = 226+197+62=485 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.60% from 485); Green value is 197 (77.34% from 255 or 40.62% from 485); Blue value is 62 (24.61% from 255 or 12.78% from 485); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C53E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2C53E is #1D3AC1. Grayscale: #BEBEBE. Windows color (decimal): -1915586 or 4113890. OLE color: 4113890.

HSL color Cylindrical-coordinate representation of color #E2C53E: hue angle of 49.39º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E2C53E is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 197 62 -
CMYK 0 0.13 0.73 0.11
HSL 49.39º 0.74% 0.56% -
HSV(B) 49.39º 0.73% 0.89% -
XYZ 52.2 56.45 12.7 -
YUV 190.28 55.61 153.48 -
System Red Green Blue C M Y K H S L
Decimal 226 197 62 0 0.13 0.73 0.11 49.39 0.74 0.56
Hex E2 C5 3E 0 D 49 B 31 4A 38
Octal 342 305 76 0 15 111 13 61 112 70
Binary 11100010 11000101 111110 0 1101 1001001 1011 110001 1001010 111000

Color Harmonies of #E2C53E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C53E

Black with #E2C53E

Text Example


Text Example

White with #E2C53E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C53E; }

 p { color: rgb(226,197,62); }

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

background-color css

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

 a { background-color: rgb(226,197,62); }

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

border-color css

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

 span { border-color: rgb(226,197,62); }

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