Html Css Color HEX #E2CA3A Confetti

📋 copy color: '#E2CA3A'

red 226 ◦ green 202 ◦ blue 58

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

Shades of Confetti #E2CA3A

Tints of Confetti #E2CA3A

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.56%

 BLUE value IS 58 (23.05% from 255) = 11.93%

R = 46.5%
G = 41.56%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.74

 K value IS 0.11

RGB Variations

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

Color information

#E2CA3A (or 0xE2CA3A) is known color: Confetti. HEX triplet: E2, CA and 3A. RGB value is (226,202,58). Sum of RGB (Red+Green+Blue) = 226+202+58=486 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.50% from 486); Green value is 202 (79.30% from 255 or 41.56% from 486); Blue value is 58 (23.05% from 255 or 11.93% from 486); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CA3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2CA3A is #1D35C5. Grayscale: #C1C1C1. Windows color (decimal): -1914310 or 3853026. OLE color: 3853026.

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

Color convert

RGB 226 202 58 -
CMYK 0 0.11 0.74 0.11
HSL 51.43º 0.74% 0.56% -
HSV(B) 51.43º 0.74% 0.89% -
XYZ 53.25 58.72 12.53 -
YUV 192.76 51.95 151.71 -
System Red Green Blue C M Y K H S L
Decimal 226 202 58 0 0.11 0.74 0.11 51.43 0.74 0.56
Hex E2 CA 3A 0 B 4A B 33 4A 38
Octal 342 312 72 0 13 112 13 63 112 70
Binary 11100010 11001010 111010 0 1011 1001010 1011 110011 1001010 111000

Color Harmonies of #E2CA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CA3A

Black with #E2CA3A

Text Example


Text Example

White with #E2CA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CA3A; }

 p { color: rgb(226,202,58); }

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

background-color css

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

 a { background-color: rgb(226,202,58); }

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

border-color css

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

 span { border-color: rgb(226,202,58); }

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