Html Css Color HEX #E2CA43 Confetti

📋 copy color: '#E2CA43'

red 226 ◦ green 202 ◦ blue 67

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

Shades of Confetti #E2CA43

Tints of Confetti #E2CA43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 13.54%

R = 45.66%
G = 40.81%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.70

 K value IS 0.11

RGB Variations

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

Color information

#E2CA43 (or 0xE2CA43) is known color: Confetti. HEX triplet: E2, CA and 43. RGB value is (226,202,67). Sum of RGB (Red+Green+Blue) = 226+202+67=495 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.66% from 495); Green value is 202 (79.30% from 255 or 40.81% from 495); Blue value is 67 (26.56% from 255 or 13.54% from 495); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CA43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2CA43 is #1D35BC. Grayscale: #C2C2C2. Windows color (decimal): -1914301 or 4442850. OLE color: 4442850.

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

Color convert

RGB 226 202 67 -
CMYK 0 0.11 0.70 0.11
HSL 50.94º 0.73% 0.57% -
HSV(B) 50.94º 0.7% 0.89% -
XYZ 53.5 58.82 13.84 -
YUV 193.79 56.45 150.98 -
System Red Green Blue C M Y K H S L
Decimal 226 202 67 0 0.11 0.70 0.11 50.94 0.73 0.57
Hex E2 CA 43 0 B 46 B 33 49 39
Octal 342 312 103 0 13 106 13 63 111 71
Binary 11100010 11001010 1000011 0 1011 1000110 1011 110011 1001001 111001

Color Harmonies of #E2CA43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CA43

Black with #E2CA43

Text Example


Text Example

White with #E2CA43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CA43; }

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

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

background-color css

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

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

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

border-color css

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

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

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